Jump to content

Joypad Sound Trigger

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
JohanR

JohanR

    Newbie

  • Members
  • Pip
  • 2 posts
Hello

I need an application that triggers sound effects (wave) with joypad, keyboard or mouse buttons.

I started to write one in pyGame (uses SDL) and it was pretty easy.

The problem is that the application is meant for stage performances and the sound quality from SDL is too poor.

So I need a new approach.

What I need is joypad and sound support, Preferrably cross platform, Minimum sound latency and maximum sound quality. And, of course, minimum developing time.

What approach would you have taken?

/ Johan

#2
JohanR

JohanR

    Newbie

  • Members
  • Pip
  • 2 posts
I discovered that SDL was only bad at resampling on the fly, so when I converted all the sound effects to the same same frequency it sounds just fine. I think I'll stick with my pyGame program for now.

Might come back and post the program when it's finished :)