Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Simple pushbutton sound file player?  (Read 2742 times)

0 Members and 1 Guest are viewing this topic.

Michael

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:September 14, 2012, 04:40:08 pm
Simple pushbutton sound file player?
« on: April 16, 2006, 10:25:13 pm »
Compared to most of these posts, my question/application seems very simple: I have a board with 12-24 arcade buttons mounted on it. When any button is pressed, I want a sound file (not more than 15 seconds long) associated with that button to play and then stop. I want no joystick, touchscreen, display or other visible parts -- just buttons that play short sound files. I don't want the application to freak out if several buttons are rapidly pressed or if two buttons are pressed simultaneously. If the same button is pressed repeatedly, I'd like for the program to be stable enough to attempt to play the file upon each press and finally play it correctly after the last press.

The program must start at bootup, be stable enough to run 24 hours per day, and endure thousands of sometimes abusive button presses!

This SOUNDS very simple, but is it? The computer, button wiring, and amplification issues are not a problem. I just need to know what software would be best for this.  Any help will be GREATLY appreciated. 

Barry Barcrest

  • I'm only in it for the lack of money
  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1620
  • Last login:November 09, 2021, 09:54:17 am
  • Simple Plan
    • E-Touch Jukebox
Re: Simple pushbutton sound file player?
« Reply #1 on: April 17, 2006, 10:22:39 am »
The software would be really easy to code, but i think there is something out there already called the sound machine. I will see if i can find you a link.

Space Fractal

  • Wiki Master
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1888
  • Last login:September 26, 2023, 11:32:13 am
  • Space Fractal
    • Space Fractal
Re: Simple pushbutton sound file player?
« Reply #2 on: April 17, 2006, 06:23:34 pm »
This sound http://www.autohotkey.com would could do that job?

This is a hotscript language, that can detect any keys, and doing what you want. It can remap, click buttons on windows, and there are also a command, that can play a soundfile...

Decade Old Work: MultiFE, ArcadeMusicBox
Today Works: Various Spectrum Next games from Rusty Pixels and html5 games.

Barry Barcrest

  • I'm only in it for the lack of money
  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1620
  • Last login:November 09, 2021, 09:54:17 am
  • Simple Plan
    • E-Touch Jukebox
Re: Simple pushbutton sound file player?
« Reply #3 on: April 18, 2006, 07:30:08 am »
http://www.chrismoyles.net/mw/soundmachine.shtml

Thats what you want, you will just need to make some new sample banks for it etc.. I think it will do what you want.

Michael

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:September 14, 2012, 04:40:08 pm
Re: Simple pushbutton sound file player?
« Reply #4 on: April 19, 2006, 09:52:48 am »
Thanks to all. I did download the soundmachine program and it worked perfectly! I'll just grab an IPAC and git-r-done!

Barry Barcrest

  • I'm only in it for the lack of money
  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1620
  • Last login:November 09, 2021, 09:54:17 am
  • Simple Plan
    • E-Touch Jukebox
Re: Simple pushbutton sound file player?
« Reply #5 on: April 19, 2006, 10:31:26 am »
No worries, i'm glad it worked for you.

Echo25

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 32
  • Last login:March 28, 2017, 05:18:24 pm
  • Remember Galaxy?
Re: Simple pushbutton sound file player?
« Reply #6 on: April 20, 2006, 10:32:18 am »
I'm intrigued.  What are you planning on doing?