Skip to content

Commit

Permalink
Fixed a documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltyson committed Jun 8, 2016
1 parent 1024ff0 commit a5f987d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheAmazingAudioEngine/TheAmazingAudioEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ extern "C" {
// Create the filters
AEBandpassModule * filter1 = [[AEBandpassModule alloc] initWithRenderer:renderer];
AEBandpassModule * filter2 = [[AEDelayModule alloc] initWithRenderer:renderer];
AEDelayModule * filter2 = [[AEDelayModule alloc] initWithRenderer:renderer];
// Create the recorder
AEAudioFileRecorderModule * recorder = [[AEAudioFileRecorderModule alloc] initWithRenderer:renderer URL:outputUrl error:NULL];
Expand Down

0 comments on commit a5f987d

Please sign in to comment.