VoIP: Don't hardcode Speex sample rate.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user