Skip to content

Commit

Permalink
Fixed a breaking change from SHA 4526049
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltyson committed Mar 5, 2015
1 parent 1f8b79b commit 8e4fcec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TheAmazingAudioEngine/AEAudioController.m
Expand Up @@ -2422,7 +2422,6 @@ - (BOOL)initAudioSession {
Float64 achievedSampleRate = audioSession.sampleRate;
if ( achievedSampleRate != sampleRate ) {
NSLog(@"TAAE: Hardware sample rate is %f", achievedSampleRate);
_audioDescription.mSampleRate = achievedSampleRate;
}

// Determine audio route
Expand Down

0 comments on commit 8e4fcec

Please sign in to comment.