jasiohost
jasiohost copied to clipboard
A Java-based (Audio Stream Input/Output) ASIO host.
**No Tone**, After Lunching **ExampleHost** and hitting the Start Button. I only get a message from **ASIO4ALL** Icon indicating samples and frecuency.
Apparently, after extensive testing on many Windows machines, JasioHost is no longer compliant with the JRE8, Oracle's final version of JRE. One must use minimum JRE11, which Oracle does not...
How do I convert audio files to float[] required by AsioChannel.write()
NEW INFO: After further investigations, I found a blunder in that an attempt was done to setSampleRate() after other calls like asioDriver.getChannelInput(i), which does not work. Setting the samplerate as...
I'd like to be able to configure the 2 hardware headphone monitors on my device (last 2 output channels). I can certainly output sound to them, but I'm unable to...