Made separate tests for audiere and openal. Fixed segfault. Everything is peachy.

This commit is contained in:
Nicolay Korslund 2010-01-01 19:48:04 +01:00
parent 56f9daed96
commit f8d3a35cf8
9 changed files with 140 additions and 8 deletions

View file

@ -135,6 +135,8 @@ void AudiereSource::setup()
int channels, rate;
sample->getFormat(channels, rate, fmt);
pullSize = 0;
// Calculate the size of one frame
frameSize = GetSampleSize(fmt) * channels;