HemantKArya / lsHotword

Hotword/Wake Word detection in python for all platforms(Windows/Linux/Mac).
MIT License
15 stars 1 forks source link

Terminal freezes when the number of wav surpasses 15. #2

Open Dimitris1198 opened 6 months ago

Dimitris1198 commented 6 months ago

When i increase the number of my wavs further than 15 the terminal freezes and nothing happens. I am on windows 10,keras=2.11.0,tensorflow=2.11.0. I have to remain on those versions cause i can only use cpu. image i dublicated the example wavs and it worked fine.Only with my custome wavs it has an isue. i made mine files sample rate 44.1kHz. Any ideas on what i am missing?

HemantKArya commented 6 months ago

Hi, @Dimitris1198 thanks for reporting this, I will try reproducing this error first. And tell you if something happens.