tweaks one of the write tests
This commit is contained in:
parent
efd70272ab
commit
e7b67133b3
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ end
|
|||
println("done")
|
||||
end
|
||||
@testset "Samplerate-converting writing" begin
|
||||
stream = PortAudioStream()
|
||||
stream = PortAudioStream(0, 2)
|
||||
write(stream, SinSource(eltype(stream), samplerate(stream)*0.8, [220, 330]), 3s)
|
||||
write(stream, SinSource(eltype(stream), samplerate(stream)*1.2, [220, 330]), 3s)
|
||||
flush(stream)
|
||||
|
|
Loading…
Reference in a new issue