Tizen / jkeys

Automatically exported from code.google.com/p/jkeys
1 stars 1 forks source link

jkeys blocks sound on stepmania 4 #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start stepmania without jkeys > normal sound, dancepad not recognized
2. Start stepmania with jkeys > dancepad recognized, no sound

I was surprised that the program had any effect on sound output. Is there
some way to use jkeys and keep audio?

I am using jkeys on ubuntu 9.10 and 9.04

Original issue reported on code.google.com by ronsay...@gmail.com on 29 Sep 2009 at 2:13

GoogleCodeExporter commented 9 years ago
I have examined this further and don't think that jkeys is the actual cause of 
this
bug. Somehow using jkeys or other keymapping software triggers a pulseaudio bug 
in
stepmania. 

Original comment by ronsay...@gmail.com on 30 Sep 2009 at 10:45

GoogleCodeExporter commented 9 years ago
Hi

Same problem but i am using zsnes emulator. i added
pygame.mixer.quit()
after "import pygame" on line 78 (joystick.py)
Sound is working now :)

flo

Original comment by r...@group.li on 16 Mar 2010 at 5:59