CompuServe Thread

Amiga-IBM sounds

7 messages in this thread
#13536From: KeithNov 27, 1991 12:30 AM
Does anyone know if there is a utility program that will allow conversion of IBM sound files to Amiga IFF files ? More specifically, I am looking for something that will allow me to convert my large library of soundblaster sounds and music to Amiga formats and vice-versa… I guess i'm sorta looking for the Adpro of the sound market… Any suggestions ??? Thanks… Keith
#13599From: Steve Bennett/SYSOPNov 29, 1991 9:41 PM
Do you mean digitized sounds from the IBM? If you mean the sounds which aren't made with the DAC on the SoundBlaster, then those are probably impossible to convert. Digitized sounds, however, probably can be imported into most any sound editor as a raw file, then you just chop off any header bytes from that. The only possible places that could mess up would be if the files are compressed audio, or if they use a different zero point (in which case a simple program to add 128 to each byte would fix it). But no, I'm not aware of anything which converts from Soundblaster to Amiga IFF. –>Steve Bennett
#13670From: KeithDec 3, 1991 9:02 AM
Hmmm… Well thanks for the input. I wasn't sure if I could just convert soundblaster files to an IFF compatible format. Sounds almost like I may need to purchase an amiga sound digitizer…
#13685From: Harry ManolopoulosDec 3, 1991 11:15 PM
If I remember correctly, the only tough part is the quite time specifcation in the SoundBlaster format. You would have to put the appropriate number of zero volume level bytes into the IFF file.
#13763From: KeithDec 7, 1991 10:46 PM
Hmmm, I'm no programmer so I wouldn't even begin to know how to do that. With the great number of IBM sound cards in use and the quality of Amiga sounds, I thought that someone would have made a bridge between the two environments… It sure would be nice…
#13677From: Troy BarlowDec 3, 1991 6:51 PM
Steve, SoundBlaster files may also have other chunks in them! Even a straight SB file will have a header, and a ZERO at the end of the sample. -Troy
#13678From: Steve Bennett/SYSOPDec 3, 1991 8:11 PM
Even with the other chunks, a program like Audiomaster will allow someone to select the sound portion and cut away the rest. Visual and audio feedback should serve to identify what's real sound and what isn't. The only problems with this are if the sound data is compressed, or if it's based on a different range (0 to 256 vs -128 to 127). I've done this with sounds embedded in applications or scanned from RAM with no trouble. –>Steve Bennett