Displaying 2 results from an estimated 2 matches for "erlyvideo".
2010 Aug 18
2
Speex encoded stream in mp4
Hi,
Is that possible to store a speex encoded audio track in the
standard .mp4 container file format? If yes, which tool I can use to
do that? I found FFMPEG does not include the support of speex codec.
Thanks.
Regards.
Weikai Xie
2010 Mar 31
1
Speex in flash player: how to work with?
> Date: Tue, 30 Mar 2010 19:52:42 +0400
> From: Max Lapshin <max.lapshin at gmail.com>
> Subject: Re: [Speex-dev] Speex in flash player: how to work with?
>
> _microphone = Microphone.getMicrophone();
> _microphone.setSilenceLevel(0);
> _microphone.codec = SoundCodec.SPEEX;
> _microphone.encodeQuality = 10;
> _microphone.rate = 16;
> _microphone.framesPerPacket