CoEDL / elpis

🙊 software for creating speech recognition models.
https://elpis.readthedocs.io/en/latest/
Apache License 2.0
151 stars 33 forks source link

Consolidate resampling utilities #262

Closed benfoley closed 1 year ago

benfoley commented 2 years ago

Don't we have an existing utility for this?

Originally posted by @nicklambourne in https://github.com/CoEDL/elpis/pull/255#r762430772

benfoley commented 2 years ago

Yes, there is a utility in common/input/resample.py which uses sox by subprocess.call.

Let's consolidate the HFT and Elpis utilities, with a preference for using soundfile.

benfoley commented 2 years ago

Happening in https://github.com/CoEDL/elpis/pull/277

benfoley commented 1 year ago

fixed in @77