Question
Save Stream to MP3
Howdy All,
I've been able to save the audio stream from a phone conversation with the following code
application.stream = Stream.get("My Leg ID");
application.stream.record();
application.stream.play("My Incoming Stream Name");
But the saved stream is FLV. Is it possible to save directly as an MP3 instead?
Thanks!!
