stuff for configuring the audio output format (sampling rate, channels, bits)

git-svn-id: https://svn.musicpd.org/mpd/trunk@967 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-05-10 02:20:15 +00:00
parent 9edafa886b
commit cd3180c701
7 changed files with 111 additions and 20 deletions

View File

@@ -127,7 +127,7 @@ int playerInit() {
else if(pc->stop) pc->stop = 0;
else if(pc->pause) pc->pause = 0;
else if(pc->closeAudio) {
finishAudio();
closeAudioDevice();
pc->closeAudio = 0;
kill(getppid(),SIGUSR1);
}