atomic14 / diy-alexa

DIY Alexa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limitations to .WAV file?

acb18fl opened this issue · comments

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.

commented

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.