Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 authored Apr 7, 2024
1 parent 77a908b commit 280c530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ stream.videoSettings = VideoCodecSettings(
var recorder = IOStreamRecorder()
stream.addObserver(recorder)

recorder.outputSettings = [
recorder.settings = [
AVMediaType.audio: [
AVFormatIDKey: Int(kAudioFormatMPEG4AAC),
AVSampleRateKey: 0,
Expand All @@ -334,7 +334,7 @@ recorder.outputSettings = [
]

recorder.startRunning()

// recorder.stopRunning()
```

## 📜 License
Expand Down

0 comments on commit 280c530

Please sign in to comment.