android-pcm-resample
android-pcm-resample copied to clipboard
How to use ?
Hi, can you provide a simple example of how to do the conversion? or maybe explain what goes into these parameters
public SSRC(InputStream fpi, OutputStream fpo, int sfrq, int dfrq, int bps, int dbps, int nch, int length, double att, int dither, boolean quiet_) throws IOException {
}
given that i have a sound file
File mySound = new File("/mySound.wav");
i want to resample it to 44,100
How do i do it using this library?