Wav2letter: require 'samplerate' in "readers.lua" in the reader.audio

Created on 9 Apr 2018  ·  3Comments  ·  Source: flashlight/wav2letter

The 'samplerate' library seems to be required to standardize the sampling rate of an audio file. I can't find the 'samplerate' package online. I do not think it is made available through this github repo install. In fact, it seems to have caused someone else an issue, to which the solution was to avoid calling this code (see #64).

I think this information should be included in this repo or an alternative to transformating the sampling rate should be provided. Any thoughts?

Thank you.

Most helpful comment

@gauenk
Just sox it. sox inputfile outputfile rate 16k
Fixed it for me

All 3 comments

Hi,
Thanks for the feedback. We plan to open source samplerate package soon.

@gauenk
Just sox it. sox inputfile outputfile rate 16k
Fixed it for me

@mgoldey thank you for that info. I ended up using ffmpeg but “tomayto, tomahto”

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zhengqun picture zhengqun  ·  5Comments

JanX2 picture JanX2  ·  5Comments

isaacleeai picture isaacleeai  ·  5Comments

kamakshi-malhotra picture kamakshi-malhotra  ·  5Comments

Terry1504 picture Terry1504  ·  4Comments