Iskuri / Disney-Infinity-and-Skylanders-Lighting

A small C++ application that finds all USB Portal of Power and Infinity Bases and randomly changes the lights
GNU General Public License v2.0
14 stars 9 forks source link

beat.php not working #2

Open parkerlreed opened 6 years ago

parkerlreed commented 6 years ago

Arch Linux php 7.2.8 sox 14.4.2

[parker@yoga710 Disney-Infinity-and-Skylanders-Lighting]$ sudo php beat.php LRMonoPhase4.wav 
Processing the music!
Starting the music!
PHP Notice:  Undefined offset: 0 in /home/parker/build/Disney-Infinity-and-Skylanders-Lighting/beat.php on line 85
PHP Notice:  Undefined offset: 0 in /home/parker/build/Disney-Infinity-and-Skylanders-Lighting/beat.php on line 85
PHP Notice:  Undefined offset: 1 in /home/parker/build/Disney-Infinity-and-Skylanders-Lighting/beat.php on line 85
PHP Notice:  Undefined offset: 1 in /home/parker/build/Disney-Infinity-and-Skylanders-Lighting/beat.php on line 85
PHP Notice:  Undefined offset: 2 in /home/parker/build/Disney-Infinity-and-Skylanders-Lighting/beat.php on line 85
PHP Notice:  Undefined offset: 2 in /home/parker/build/Disney-Infinity-and-Skylanders-Lighting/beat.php on line 85

Audio plays through sox but the portal never lights up

parkerlreed commented 6 years ago

Also tried php56. Besides not having the posix_getuid (at least in what I compiled) it ends up with the same result.