Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sbooth committed Jan 17, 2025
1 parent 414b76c commit 889ff01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CSFBAudioEngine/Player/SFBAudioPlayer.mm
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ - (BOOL)configureProcessingGraphForFormat:(AVAudioFormat *)format forceUpdate:(B
format = standardEquivalentFormat;
}

// _playerNode may be nil since this method is called from -init, so avoid use of _impl
// _playerNode may be nil since this method is called from -init
const auto formatsEqual = [format isEqual:_playerNode.renderingFormat];
if(formatsEqual && !forceUpdate)
return YES;
Expand Down

0 comments on commit 889ff01

Please sign in to comment.