Skip to content

Cannot switch between multiple audio devices #125

@philburk

Description

@philburk

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions