bin files that I want to detect if they're atrac or not... how is this possible? Is anyone here familiar with the good old .atrac extension?
EDIT: It is to my understanding that atrac files have either the .AA3 extension or the .OMA extension.
|
bin files that I want to detect if they're atrac or not... how is this possible? Is anyone here familiar with the good old .atrac extension? EDIT: It is to my understanding that atrac files have either the .AA3 extension or the .OMA extension. |
|||
|
|
|
In the sample I found on the Internet, it seems like the RIFF format acts as a "wrapper" for this file. In that case, the first 4 bytes of the file contain the 4 characters "RIFF". As a codec such as ATRAC may be wrapped in more than one "wrapper", you can examine the first few bytes of your .bin files. Normally for multimedia files, these bytes identify the file's format. EDIT I have managed to convert the ATRAC sample file I found to .wav. The utilities I used were: Sony ATRAC3 Audio Codec 0.98 I changed the file to .oma for it to work, then used WavePad's SaveAs. Unfortunately, my first choice of Audacity did not work. |
|||||||||||
|
|
you could always just temporarily rename one of the .bin files to .aa3 or .oma and the try opening them. good players will just give you an error if the format is not ok |
|||
|
|
The |
|||||||||
|
|
As far as I know if bin files contain audio files you can simply drag them into VLC player . if it is a audio file VLC should be able to play. You may add all the bin files to its player list. |
|||||||||
|
|
Perhaps rather than looking at what is an audio file, you might want to look at what a bin file is if it is not an audio file. |
|||
|
|