DrDecagon

Results 10 comments of DrDecagon

I kept running into this issue too, my solution was to revert back to using dmix. I have been trying to figure it out though. When you installed python3-pygame, was...

pygame mixer also gets initialized in update.py. Is it possible it does not release control of the device for piparty.py in some cases. If so, it could cause the `pygame.error:...

A couple chunks of the log file ``` fatal: detected dubious ownership in repository at '/home/pi/JoustMania' To add an exception for this directory, call: git config --global --add safe.directory /home/pi/JoustMania...

So I'm trying to see if there are 2 sound operations happening at once when starting the program. It appears that piaudio.py ``` def InitAudio(): pygame.mixer.init(47000, -16, 2 , 4096)...

Thanks! I've commented out all calls to update.py and all references to performing updates. It does not appear to be an issue with the update.py conflicting with piparty. But I'm...

So I've messed with audio a bit, voices are now working while background audio is not. Still getting `alsaaudio.ALSAAudioError: Device or resource busy [default]` Are the voices and the music...

I have tried running pulseaudio in [system-wide](https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/) [mode](https://stackoverflow.com/questions/66775654/how-can-i-make-pulseaudio-run-as-root) and now /proc/asound/card0/pcm0p/sub0/hw_params reads ``` MMAP_INTERLEAVED format: S16_LE subformat: STD channels: 2 rate: 44100 (44100/1) period_size: 44096 buffer_size: 88192 ``` This is...

I tried using system libraries instead of venv, with varying results. I tried feeding `pygame.mixer.init(47000, -16, 2, 4096, devicename='null')` but couldn't get it to accept any device names I threw...

I'm running this on an AML-S905X-CC which is roughly equivalent to a Pi 3b+. It works but maxes out the cpu at all times. Try running the `top` command and...

I also have this issue with the standard font on both phones I use. ConnectBot 1.9.9-oss Android 12