Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexEidt committed Sep 4, 2022
1 parent afb92df commit 74a8bf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ Read `input.wav` and process the audio samples.

```go
audio, _ := aio.NewAudio("input.wav", nil)
defer audio.Close()

for audio.Read() {
samples := audio.Samples().([]int16)
Expand Down

0 comments on commit 74a8bf5

Please sign in to comment.