atomic14 / diy-alexa

DIY Alexa
MIT License
528 stars 184 forks source link

Limitations to .WAV file? #54

Closed acb18fl closed 1 year ago

acb18fl commented 2 years ago

Hi, Are there any limitations to the .WAV file in this project? I tried with the voice generator and it works fine but when I tried with music the speaker didn't respond at all. Any suggestions? Best.

cgreening commented 1 year ago

The WAV files need to be mono 16bit, 16KHz.

You can probably modify the code to support other configurations - but it's probably easier just to convert your WAV files.