fix
This commit is contained in:
parent
98aede658a
commit
619c79c489
1 changed files with 2 additions and 4 deletions
|
@ -72,10 +72,8 @@ if !isempty(PortAudio.devices())
|
||||||
stream = PortAudioStream(2, 2)
|
stream = PortAudioStream(2, 2)
|
||||||
sink = stream.sink
|
sink = stream.sink
|
||||||
source = stream.source
|
source = stream.source
|
||||||
@test sprint(show, sink) ==
|
@test sprint(show, sink) == "2 channel sink: $(repr(default_indev))"
|
||||||
"2 channel sink: $(repr(default_indev))"
|
@test sprint(show, source) == "2 channel source: $(repr(default_outdev))"
|
||||||
@test sprint(show, source) ==
|
|
||||||
"2 channel source: $(repr(default_outdev))"
|
|
||||||
write(stream, stream, 5s)
|
write(stream, stream, 5s)
|
||||||
recover_xrun(stream)
|
recover_xrun(stream)
|
||||||
@test_throws ErrorException("""
|
@test_throws ErrorException("""
|
||||||
|
|
Loading…
Add table
Reference in a new issue