search for: forced_vad

Displaying 2 results from an estimated 2 matches for "forced_vad".

2005 Sep 02
2
DTX mode using preprocessor?
...DTX packet and the remote side knows it can safely ignore that stream for the time being -- the lack of packets is completely intentional. While this works, it's an incredibly ugly hack, and I have to include a lot of the internal speex header files to compile. I've pondered adding a forced_vad flag to the encoder states, so you can write speex_encoder_ctl(state, SPEEX_SET_FORCED_VAD, <whatever>) but I'm not sure that's the right way to proceed. Any ideas?
2005 Sep 04
0
DTX mode using preprocessor?
...> can safely ignore that stream for the time being -- the lack of packets is > completely intentional. > > While this works, it's an incredibly ugly hack, and I have to include a > lot of the internal speex header files to compile. > > > I've pondered adding a forced_vad flag to the encoder states, so you can > write > speex_encoder_ctl(state, SPEEX_SET_FORCED_VAD, <whatever>) > but I'm not sure that's the right way to proceed. > > Any ideas? > > _______________________________________________ > Speex-dev mailing list > S...