Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Mikulin <[email protected]>
  • Loading branch information
laves and ErisMik authored Jul 31, 2023
1 parent a236e22 commit c8f2674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ do {
Stop audio capture:
```swift
do {
try voiceProcessor.stop(frameLength: 512, sampleRate: 16000);
try voiceProcessor.stop();
} catch {
}
```
Expand Down

0 comments on commit c8f2674

Please sign in to comment.