CoEDL / elpis

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

Change to use 16k audio #238

Closed benfoley closed 2 years ago

benfoley commented 2 years ago

Currently resampling to 44.1k. Change to 16k for faster processing etc. Needs to change in engines/common/input/resample.py.. But check for other places it is set.

Also will need to update the docs.

benfoley commented 2 years ago

closed with #275