JWaveform – A Java Wrapper for the Windows Waveform Functions
September 17, 2020
I wrote a simple Java/JNI wrapper for the windows waveform functions, so I can play 24bit+ audio in Java. (The Java Virtual Machine only supports 8-bit and 16-bit audio).
If you’re trying to do serious audio work in Java on a Windows platform, this may be useful to you!
I put together a nice release on my github page.
I released it under GNU/GPL. Source available at github and is included as a separate jar in the release package.
Leave a Reply