Mod Archive Forums Mod Archive Forums
Advanced search  

News:

Please note: Your main modarchive.org account will not work here, you must create a forum account to post on the forums.

Pages: [1]   Go Down

Author Topic: .wav to 8-bit 8363Hz .pcm converter  (Read 11147 times)

0 Members and 1 Guest are viewing this topic.

ZoeB

  • New User
  • Offline Offline
  • Posts: 1
    • View Profile
.wav to 8-bit 8363Hz .pcm converter
« on: September 26, 2012, 17:10:44 »

Hi!

I made a short script that converts mono .wav files into 8-bit 8363Hz .pcm files.  You can get it from https://github.com/ZoeB/wave-tools/blob/master/makeamiga.py .  Suggested usage: "python3 makeamiga.py *.wav"  I hope it's helpful for someone out there!

All the best,
Zoë.
Logged

DragShot

  • New User
  • Offline Offline
  • Posts: 22
    • View Profile
Re: .wav to 8-bit 8363Hz .pcm converter
« Reply #1 on: January 20, 2014, 19:19:10 »

But I don't have Phyton D: .

Hmm... as you shared the script I guess I can improvise something identical in another language :3 .
Logged

Saga Musix

  • TMA Moderator
  • Top Poster
  • ****
  • Offline Offline
  • Posts: 2571
  • I love OpenMPT! And Modules! And TMA! And Pie! :>
    • View Profile
    • Saga Musix - free module music and more!
Re: .wav to 8-bit 8363Hz .pcm converter
« Reply #2 on: January 21, 2014, 09:23:50 »

The python interpreter is free as open-source, just so you know.
Logged
» My TMA artist profile
» Visit my music site: https://sagamusix.de/ [de, en]
» Visit my programming website: https://sagagames.de/ [de]
» Open ModPlug Tracker

K_Jose

  • New User
  • Offline Offline
  • Posts: 7
    • View Profile
Re: .wav to 8-bit 8363Hz .pcm converter
« Reply #3 on: February 20, 2015, 10:22:00 »

8-bit 8363 hz? The latest ModPlug Tracker has a feature that can do that. Use the Resample feature, then the Convert to 8-bit feature.

And if you use the IT or S3M format, you can get 16-bit 44100hz samples straight to your module.

The S3M format supports 16-bit samples, but the only known tracker to implement this capability is the Open ModPlug Tracker.

You can also have 44096Hz samples in XM modules.
« Last Edit: February 20, 2015, 10:24:37 by KJ_Jose »
Logged

Saga Musix

  • TMA Moderator
  • Top Poster
  • ****
  • Offline Offline
  • Posts: 2571
  • I love OpenMPT! And Modules! And TMA! And Pie! :>
    • View Profile
    • Saga Musix - free module music and more!
Re: .wav to 8-bit 8363Hz .pcm converter
« Reply #4 on: February 20, 2015, 13:36:03 »

8-bit 8363 hz? The latest ModPlug Tracker has a feature that can do that. Use the Resample feature, then the Convert to 8-bit feature.
Not everyone uses OpenMPT, and most importantly it cannot do a batch conversion like the script in the original post.

And if you use the IT or S3M format, you can get 16-bit 44100hz samples straight to your module.
Maybe that's not what the original poster wanted to do? Why do you think the script is called "makeamiga" - Make Amiga?

The S3M format supports 16-bit samples, but the only known tracker to implement this capability is the Open ModPlug Tracker.
Pretty much all trackers that support S3M except the original ScreamTracker itself support 16-bit samples. But again that misses the point.
Logged
» My TMA artist profile
» Visit my music site: https://sagamusix.de/ [de, en]
» Visit my programming website: https://sagagames.de/ [de]
» Open ModPlug Tracker
Pages: [1]   Go Up