VoIP: Don't hardcode Speex sample rate.

This commit is contained in:
Ryan C. Gordon 2008-06-07 14:38:46 +00:00
parent 13de2746ea
commit 26c706df15
5 changed files with 17 additions and 8 deletions

View file

@ -232,6 +232,7 @@ typedef struct {
#if USE_VOIP
qboolean speexInitialized;
int speexFrameSize;
int speexSampleRate;
// incoming data...
// !!! FIXME: convert from parallel arrays to array of a struct.