Minim icon indicating copy to clipboard operation
Minim copied to clipboard

Does not work on raspberry pi 4

Open theseanzo opened this issue 5 years ago • 5 comments

On the latest issue of raspbian (stretch), you cannot run any minim examples or use the library anymore.

theseanzo avatar Dec 01 '19 05:12 theseanzo

I'm using latest version raspbian (buster) on my RaspberryPI4, now I don't have processing installed but using instead picrate to run minim, and I've had a lot of success with examples albeit translated to ruby. See also this thread on processing forum.

monkstone avatar Dec 15 '19 08:12 monkstone

Unfortunately I do not have a Raspberry Pi 4 to test with, but I'm open to someone who does trying to figure this out and submitting a PR.

ddf avatar Dec 15 '19 17:12 ddf

I was skeptical of this error report, so installed processing-3.5.3 myself and it seems to work absolutely fine on my Buster OS. I used advanced options raspi-config to use OpenGL Fake KMS driver and set video memory at 256 MB (seemed sensible with 4GB available).

monkstone avatar Dec 15 '19 21:12 monkstone

Thanks for giving that a try @monkstone.

@theseanzo if you can provide more details about your specific setup and how exactly things aren't working, maybe someone will be able to figure out why it's not working for you.

ddf avatar Dec 16 '19 03:12 ddf

I'm also having this issue. Raspberry Pi 4 B+, Processing 3.5.3 The code works fine on my windows machine, but minim just doesn't output sound. The Pi can play MP3 files using it's media player, but Processing cannot. Neither my code, nor any of the examples output any sound. Using Processing.sound, I can get some output, but there is extremely bad stuttering, not sure if it's related.

aurumvorax avatar Jan 25 '22 05:01 aurumvorax