Browse Source

Correct sample_rate management in JackCoreAudioDriver::Open. Better handling in sample_rate change listener(2).

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1724 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.69
sletz 17 years ago
parent
commit
b8a5db6b69
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      macosx/JackCoreAudioDriver.cpp

+ 0
- 2
macosx/JackCoreAudioDriver.cpp View File

@@ -746,7 +746,6 @@ int JackCoreAudioDriver::Open(jack_nframes_t nframes,
if (err1 != noErr) {
jack_error("Error calling AudioUnitSetProperty - kAudioUnitProperty_StreamFormat kAudioUnitScope_Input");
printError(err1);
goto error;
}

JackLog("Setup AUHAL output stream converter SR = %ld\n", samplerate);
@@ -763,7 +762,6 @@ int JackCoreAudioDriver::Open(jack_nframes_t nframes,
if (err1 != noErr) {
jack_error("Error calling AudioUnitSetProperty - kAudioUnitProperty_StreamFormat kAudioUnitScope_Output");
printError(err1);
goto error;
}
// Setup callbacks


Loading…
Cancel
Save