What is the easiest way to record an audio stream at a certain time on a pc, using Windows? I need to be able to schedule it to start recording at for example 22:00 and stop at 00:00.

link|improve this question

38% accept rate
Added it probably while you were asking. Windows. – Michiel Borkent Apr 29 '11 at 12:47
feedback

2 Answers

It's easy... You have to use a dos command:

SoundRecorder /FILE filename.filetype /DURATION hhhh:mm:ss

If you add it to a batch file and schedule its running the problem is solved :)

Right now I'm on a rush but if you need further info to accomplish each step just ask

link|improve this answer
Do you have an example of a program which does this and accepts streams? – Michiel Borkent Apr 30 '11 at 7:55
I've used a silly audio minijack going out from my output to my input :) Which kind of stream should you record? In that case a specific app would probably do better than my idea. – Pitto May 2 '11 at 13:53
feedback

I found this free program which does exactly what I want:

  • it records directly to mp3
  • I can schedule when it will begin and stop recording

I just open the stream in for example iTunes and the program records "what you hear", so it doesn't read the stream directly, but that's ok with me.

http://www.mp3mymp3.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.