audio « float « Java Data Type Q&A





1. JAVA - How to play audio sound represented as float[] or double[]    stackoverflow.com

I read an audio file in bytes, then i do FFT (as low-pass-filter) on the audio byte[], so the output of the FFT is a double[] (of Real and Imaginary). Now i ...

2. Sampling PCM_FLOAT audio in Java 7    stackoverflow.com

If I want to use Encoding.PCM_FLOAT, what parameters should I pass to the AudioFormat constructor to allow me to sample audio in floating point format?