View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 12-16-2010 , 23:03   Re: VoiceHook - Developer preview of something.
Reply With Quote #7

Quote:
Originally Posted by FaTony View Post
Sampling rate? How many bits per sample?
From voicerecord_ext:
Code:
WAVEFORMATEX g_VoiceSampleFormat =
{
	WAVE_FORMAT_PCM,	// wFormatTag
	1,			// nChannels
	11025,			// nSamplesPerSec
	22050,			// nAvgBytesPerSec
	2,			// nBlockAlign
	16,			// wBitsPerSample
	0			// cbSize
};
__________________
asherkin is offline