updates example in README [ci skip]
This commit is contained in:
parent
1d16bdecba
commit
de5753e7f2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ PortAudio.jl also provides convenience wrappers around the `PortAudioStream` typ
|
||||||
### Set up an audio pass-through from microphone to speaker
|
### Set up an audio pass-through from microphone to speaker
|
||||||
|
|
||||||
```julia
|
```julia
|
||||||
stream = PortAudioStream()
|
stream = PortAudioStream(2, 2)
|
||||||
write(stream, stream)
|
write(stream, stream)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue