search for: setuseechosuppress

Displaying 6 results from an estimated 6 matches for "setuseechosuppress".

2010 Mar 19
4
Speex in flash player: how to work with?
Nicer way: void* speexState = speex_encoder_init(&speex_wb_mode); int speexFrameSize, speexRate; speex_encoder_ctl(speexState, SPEEX_GET_FRAME_SIZE, &speexFrameSize); speex_encoder_ctl(speexState, SPEEX_GET_SAMPLING_RATE, &speexRate); SpeexPreprocessState* speexPreprocessState = speex_preprocess_state_init(speexFrameSize, speexRate); Jozsef -----Original Message----- From: Max
2010 Mar 30
0
Speex in flash player: how to work with?
...ate); > Jozsef, would you kindly help me. Both, this code: _microphone = Microphone.getMicrophone(); _microphone.setSilenceLevel(0); _microphone.codec = SoundCodec.SPEEX; _microphone.encodeQuality = 10; _microphone.rate = 16; _microphone.framesPerPacket = 1; _microphone.gain = 80; _microphone.setUseEchoSuppression(false); and this code: _microphone = Microphone.getMicrophone(); _microphone.codec = SoundCodec.SPEEX; _microphone.gain = 80; generate frames, which are 10 or 52 bytes long. I try to parse them on C: speex_bits_init(&driver->bits); driver->decoder = speex_decoder_init(&speex_...
2010 Mar 31
1
Speex in flash player: how to work with?
...: how to work with? > > _microphone = Microphone.getMicrophone(); > _microphone.setSilenceLevel(0); > _microphone.codec = SoundCodec.SPEEX; > _microphone.encodeQuality = 10; > _microphone.rate = 16; > _microphone.framesPerPacket = 1; > _microphone.gain = 80; > _microphone.setUseEchoSuppression(false); > > and this code: > > _microphone = Microphone.getMicrophone(); > _microphone.codec = SoundCodec.SPEEX; > _microphone.gain = 80; > > > generate frames, which are 10 or 52 bytes long. I try to parse them on C: >... > Maybe I'm doing something wrong?...
2010 Mar 31
1
Speex in flash player: how to work with?
...ate); > Jozsef, would you kindly help me. Both, this code: _microphone = Microphone.getMicrophone(); _microphone.setSilenceLevel(0); _microphone.codec = SoundCodec.SPEEX; _microphone.encodeQuality = 10; _microphone.rate = 16; _microphone.framesPerPacket = 1; _microphone.gain = 80; _microphone.setUseEchoSuppression(false); and this code: _microphone = Microphone.getMicrophone(); _microphone.codec = SoundCodec.SPEEX; _microphone.gain = 80; generate frames, which are 10 or 52 bytes long. I try to parse them on C: speex_bits_init(&driver->bits); driver->decoder = speex_decoder_init(&speex_...
2010 Mar 19
2
Speex in flash player: how to work with?
...k with Speex audio, that sends Flash player, but I don't understand how. These are settings in flash: _microphone.setSilenceLevel(0); _microphone.codec = SoundCodec.SPEEX; _microphone.encodeQuality = 10; _microphone.rate = 8; _microphone.framesPerPacket = 1; _microphone.gain = 70; _microphone.setUseEchoSuppression(false); With this settings I get frames exactly 106 bytes. speexdec.c has a hardcoded constant of 160 shorts. How must I initialize speex_decoder to work with flash audio stream? I've seen that someone here in list succeded with it.
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...pe", false], + ["_global.Microphone.prototype", "setGain", true], + ["_global.Microphone.prototype", "setRate", true], + ["_global.Microphone.prototype", "setSilenceLevel", true], + ["_global.Microphone.prototype", "setUseEchoSuppression", true], + ["_global.Mouse", "_listeners", true], + ["_global.Mouse", "broadcastMessage", true], + ["_global.Mouse", "hide", false], + ["_global.Mouse", "show", false], + ["_global.MovieClip", &qu...