So i've found, and tested multiple libraries including
Sonia
now the code i'm using seems to work fine and i'm at work so i cant post it, however the issue i have a question on, Sonia will run 8bit sound in processing, is there any other libraries or processing that can run higher on the connected computer, i'm not expecting the arduino to process sound of higher quality.
What i'm attempting , my current setup is PIR's/Servo's/LED's.
This is the same project i started and you've probably seen a few of my questions. Currently i have the PIR's sending data, and Servo/Led's responding based on what data is received, which is working fantastic. What i'm looking at attempting to do is have processing run .wav/.mp3 or any files on the connected workstation based on same data.
PIR1 = HIGH
Player.play("blah.wav")
However Processing and sonia can only run 8bit sound.
Anyone ever tried or seen the ability to do such a task?
Processing currently reads serial fine, and plays 8bit fine.