JorenSix / TarsosDSP

A Real-Time Audio Processing Framework in Java
http://0110.be/tag/TarsosDSP
GNU General Public License v3.0
1.97k stars 472 forks source link

Resample class #187

Open BatoolAlsulh opened 4 years ago

BatoolAlsulh commented 4 years ago

I used in my project "AudioRecord" and my record is saved in Float[] array and I want to use this package to process my audio I want to downsample my signal so I used Resample class and I used process function inside this class but the type of inputBuffer and outputBuffer parameters for this function is FloatBuffer and my array type is float[] so I warp it as (FloatBuffer.warp(my array)) but the process return false, dose the warp method that I used is correct or not? please any help bandicam 2020-05-01 00-49-48-936