-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
This was reported by Davide Mauro. Thanks Davide.
On Windows 11, in our application we have multiple interfaces that can be selected, and we can select each interface once, if I say I go from 1 to 2, then back to 1, when I select 1 for the second time I get:
INFO: JSyn synthesis thread in finally code.
java.lang.RuntimeException: AudioInput stop attempted when no line created.
at com.jsyn.devices.javasound.JavaSoundAudioDevice$JavaSoundInputStream.stop(Unknown Source)
at com.jsyn.engine.SynthesisEngine$EngineThread.run(Unknown Source).
The process is stop for the current one, start for the new one.
The same code runs fine on Mac OS.
Metadata
Metadata
Assignees
Labels
No labels