StartDecodeThread

This commit is contained in:
Glenn Maynard
2004-04-02 21:32:25 +00:00
parent 1060269709
commit 9d33223c92
4 changed files with 8 additions and 0 deletions
@@ -116,6 +116,8 @@ try {
pcm->SetSampleRate( samplerate );
LOG->Info( "ALSA: Software mixing at %ihz", samplerate );
StartDecodeThread();
MixingThread.SetName( "RageSound_ALSA9_Software" );
MixingThread.Create( MixerThread_start, this );
} catch(...) {