farmaker47 / Yamnet_classification_project

24 stars 2 forks source link

Audio resample #1

Open dmytro-ostapovets opened 3 years ago

dmytro-ostapovets commented 3 years ago

Great, thanks for your example. Did you try it with sample rate 44.1 using resampler? Or maybe you know simple and working way to resample from 44.1 to 16 kHz ? AFAIK, 44.1 is the only one sample rate that is guaranteed supposed to work on all android devices.

farmaker47 commented 3 years ago

Hi Dmytro,

Thanks for your interest in my project. I did not try with 44.1 kHz sampling because I followed model's specifications from here. Feel free to do your changes and experiments with the project and send me a pull request.

Best

iravkr commented 1 year ago

Great, thanks for your example. Did you try it with sample rate 44.1 using resampler? Or maybe you know simple and working way to resample from 44.1 to 16 kHz ? AFAIK, 44.1 is the only one sample rate that is ~guaranteed~ supposed to work on all android devices.

Did you try it?