Deeplocal / fruit-genie

77 stars 15 forks source link

Installation script mentions editing a file that doesn't exist. #5

Open notwaldorf opened 5 years ago

notwaldorf commented 5 years ago

The installation script mentions editing a file in node_modules/mpg123/, but after I installed this on my mac (npm 6.2.0, node v10.8.0), that dependency isn't actually installed.

(the project readme said Raspberry Pi isn’t necessary either–-you should be able to get this running on any laptop or computer that can run Node and has a USB port., but I think mpg123 only exists on Linux)

akindofyoga commented 5 months ago

I didn't have a node_modules/mpg123/ directory on Linux either. However, I was able to find it by running grep -r "FIFO_DURATION, and I just changed FIFO_DURATION in all of the files that search returned. The files were all in node_modules/speaker/deps/mpg123/ for me.