From 6dec6c2b824646620da8084b12cba2285ed3058a Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Sat, 30 Dec 2006 09:55:27 +0000 Subject: [PATCH] Extra error logging --- Sources/VLSoundOut.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/VLSoundOut.cpp b/Sources/VLSoundOut.cpp index 4af0770..2e14df3 100644 --- a/Sources/VLSoundOut.cpp +++ b/Sources/VLSoundOut.cpp @@ -349,6 +349,7 @@ void VLAUFileSoundOut::PlaySequence(MusicSequence music) R(AudioUnitGetProperty(fOutput, kAudioUnitProperty_StreamFormat, kAudioUnitScope_Output, 0, &clientFormat, &size)); clientFormat.Print(stderr); + outputFormat.Print(stderr); R(ExtAudioFileSetProperty(outfile, kExtAudioFileProperty_ClientDataFormat, size, &clientFormat));