[Speex-dev] Speex in flash player: how to work with?

Max Lapshin max.lapshin at gmail.com
Thu Mar 18 22:57:14 PDT 2010


On Fri, Mar 19, 2010 at 3:27 AM, Jozsef Vass <jovass at adobe.com> wrote:
> First of all, Flash Player can only publish Speex at 16 kHz. 20 ms of audio (320 samples) will result in compressed payload size of 106 bytes (42.4 kbps). When Flash Player sends a TC message, there is 11 bytes TC message header and a single byte of audio message header.

So what sample size should I set to work with 106 bytes packets?

driver->den = speex_preprocess_state_init(320, 16);  — so?


More information about the Speex-dev mailing list