Next Generation Emulation banner
1 - 20 of 22 Posts

Slayer9x9

· (^.^)v
Joined
·
264 Posts
Discussion starter · #1 ·
I've searched everywhere for a program that either extracts or converts .bin to a music file.
Anyone got any ideas?:bow:
 
no such thing :p

.bin isn't a music file format!


.bin is usually an CD storage file similar to ISO.
it can also be a file format used by various games.


if you're trying to convert a .bin audio CD file into MP3, first burn the .bin file using a CD burning program, and then rip the songs of the burned disk using a cd-ripping program.
 
or load it onto a virtual drive daemon tools or alcohol 52-120% and do what cotton said.
 
Better use two software instead of one,,,to avoid some bad data decoding,,,
1- To convert from BIN to WAV (I don't really remumber but something like videostudio (something that can handle BIN format-too lazy too search).
2- To convert from WAV to MP3 (sound forge is the best).
 
Better use two software instead of one,,,to avoid some bad data decoding,,,
1- To convert from BIN to WAV (I don't really remumber but something like videostudio (something that can handle BIN format-too lazy too search).
2- To convert from WAV to MP3 (sound forge is the best).
i don't think you'll be able to find a .bin to .wav format.

like i said, .bin is usually a CD image file format.

so its not a music file.

PCXL-fan's suggestion is also good if you don't want to burn the file on a cd.
 
well if I'm thinking very well, even the thread is about SOUND_DATA, and I geuss, the BIN ones he gots and trying to talk about are streams of video+sound (or just a complicated sound), in which he wants to rip sound out of it,,,,or else he might specify more?§
 
.bin is universal for anything... binary. :p (hence... "bin")

Anyway, it depends on what kind of file that is. Better way to do it is hex edit the file, then look for an audio header. It'll tell you what format the file is, where its data starts and where the data ends. You can then use the hex editor to extract the data chunk (and the header) out into another file, and that file would be the sound file you're looking for. (oh yeah, and you still need to fix the header in the new sound file)
 
Discussion starter · #9 ·
i don't think you'll be able to find a .bin to .wav format.

like i said, .bin is usually a CD image file format.

so its not a music file.

PCXL-fan's suggestion is also good if you don't want to burn the file on a cd.
Well, Devil May Cry 3 SE pc's "sound" folder has music in .bin format. I can play them with VLC, but i need to find a way to make mp3's out of them...
I'll look into your guys' suggestions.:D
 
Well, Devil May Cry 3 SE pc's "sound" folder has music in .bin format. I can play them with VLC, but i need to find a way to make mp3's out of them...
I'll look into your guys' suggestions.:D
interesting that its able to play the music.

a .bin file in a game can be anything, you're not garanteed that its a standard sound/music file.

if they already work though, why not copy the music from the CD, and just store them on your HDD.

and just forget about converting them, since they already work.
 
If you've ever taken a minute or 2 to make your own cue file its contents will be different if it is a redbook audio disk vs a data disk. It reads the cue file, and that will tell whether it is a data disk, or audio cd.
 
Just as I thought. That means the bin file itself may have an audio header? In which case, open up the file, read what the header has to say about the file format, and change the file name accordingly. Or you can try some MP3 encoders that... takes in anything and automatically scans for audio headers for you. Lame XP might be a good one for the job.
 
Discussion starter · #15 ·
BigIg: said:
It should be possible to play them Using VLC, and record it using Audacity.
Yah, I would do that, though the quality would be degraded some bit, no?

runawayprisoner: said:
Just as I thought. That means the bin file itself may have an audio header? In which case, open up the file, read what the header has to say about the file format, and change the file name accordingly. Or you can try some MP3 encoders that... takes in anything and automatically scans for audio headers for you. Lame XP might be a good one for the job.
Srry to ask, but how would I read the header? Also, I'll look into the Lame XP thing...
 
in those .bin should be one or more ogg's/wav's if i remember correctly.
so thats why vlc can play it.
Tha's what I think about.Maybe just simply rename the extension to OGG or WAV or use something like GSpot to regconize the codecs.Doesn't need to know what is the header.
 
Certain Konami titles (and select others) use .BIN files as their method of music storage to which PSF Central has a wonderful little proggy called VB2RIP which extracts .wav information from .BIN files.

You can obtain the file from Neill Corlett's site - VB2rip - Neill Corlett's Home Page

Despite the main page only listing a few titles, many are actually supported. Worked fine when I wanted to get the soundtrack from the BIN files on my Castlevania: Curse of Darkness PS2.

EDIT: And before the fanboys go for the jugular, I am well aware DMC3 is a Capcom title.
 
Certain Konami titles (and select others) use .BIN files as their method of music storage to which PSF Central has a wonderful little proggy called VB2RIP which extracts .wav information from .BIN files.

You can obtain the file from Neill Corlett's site - VB2rip - Neill Corlett's Home Page

Despite the main page only listing a few titles, many are actually supported. Worked fine when I wanted to get the soundtrack from the BIN files on my Castlevania: Curse of Darkness PS2.

EDIT: And before the fanboys go for the jugular, I am well aware DMC3 is a Capcom title.
This is PC version and the sound file is an OGG extension.And all he needs is a software to convert OGG to MP3.Your suggestion maybe can apply in PS2 field.
 
1 - 20 of 22 Posts