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: Burn Audio to EPROM ?  (Read 4060 times)

0 Members and 1 Guest are viewing this topic.

Kevin Mullins

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4504
  • Last login:February 01, 2021, 01:29:34 pm
    • Me on Myspace
Burn Audio to EPROM ?
« on: December 13, 2010, 05:04:47 pm »
Anyone here ever dabble in burning an audio file such as a .wav to an EPROM for use in a playback device of sorts ?

I was kinda looking over this site - http://sm0vpo.com/eprom/wave_00.htm - but hadn't really sat down to fart with any of it yet.

I have an older Akman DS129 unit and had thought about playing with making some of my own pre-recorded "stuff" to use in it. It has a 27C040 ROM in it now that I will try to play with. (maybe put a motion sensor or something on it to trigger it, etc)

Just curious if anyone had any insight, tips, software suggestions, etc for converting a .wav or anything else to a usable file.
Not a technician . . . . just a DIY'er.

Kevin Mullins

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4504
  • Last login:February 01, 2021, 01:29:34 pm
    • Me on Myspace
Re: Burn Audio to EPROM ?
« Reply #1 on: December 28, 2010, 05:23:39 pm »
Well.....the manufacturer was kind enough to send me this little tidbit of info before trying to sell me a new $200 unit.

Quote
The DS129 uses ADPCM file format. Furthermore, the ADPCM file itself has to be organized to fit a particular eprom size using another software mkadr.exe.
These softwares are using the old x86 DOS platform and will not run on windows platform.

So I guess I'll be playing with some ADPCM formats.
(not that I have a clue about it)  :lol
Not a technician . . . . just a DIY'er.

newmanfamilyvlogs

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1694
  • Last login:June 15, 2022, 05:20:38 pm
    • forum.arcadecontrols.com/index.php/topic,103584.msg1096585.html#msg1096585
    • Newman Family Vlogs
Re: Burn Audio to EPROM ?
« Reply #2 on: December 28, 2010, 10:01:07 pm »
http://www.bpesolutions.com/asoundeuip.html#anchor2202436

Better? Mp3 triggerable playback at many price points.

Kevin Mullins

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4504
  • Last login:February 01, 2021, 01:29:34 pm
    • Me on Myspace
Re: Burn Audio to EPROM ?
« Reply #3 on: December 30, 2010, 11:36:06 am »
Better? Mp3 triggerable playback at many price points.

I'll definitely take a browse through some of those just for kicks.

But my point was that I already have this little unit, so was just trying to make "some" sort of use out of it, even if it was just for playing around with random sound effects.
It works fine, but as of right now all I have is the old go-kart track rules announcement that is currently on the ROM that came with it.
(not very exciting)  :lol
I've had this thing laying around for years now.

Here's a couple pics just for the heck of it.
There is a ton of jumpers I have yet to play with also.
Not a technician . . . . just a DIY'er.

lilshawn

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7513
  • Last login:July 23, 2025, 06:49:54 pm
  • I break stuff...then fix it...sometimes
Re: Burn Audio to EPROM ?
« Reply #4 on: January 01, 2011, 04:35:33 pm »
sounds like you need to take a 16 bit WAV and convert it it a 4 bit ADPCM then convert THAT to a hex or bin file to write to the eeprom. WHEW!

i would first rip out the rom image and dump it on a computer. using a ADPCM to wav convertor see if it;s a direct dump...or if there is something else going on there.

the rom may have some code at the start with the audio tagged on to the end of the rom.... hard to say. but it could be some intersting hacking.