BAKA
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|baka}} }} '''BAKA''' is a PCM 16 bit audio format used in computer game...") |
m (Added magic header) |
||
(One intermediate revision by one user not shown) | |||
Line 5: | Line 5: | ||
}} | }} | ||
'''BAKA''' is a [[Pulse code modulation|PCM]] 16 bit audio format used in computer games. It is supported by some of the programs for playing or converting audio files. | '''BAKA''' is a [[Pulse code modulation|PCM]] 16 bit audio format used in computer games. It is supported by some of the programs for playing or converting audio files. | ||
+ | |||
+ | == Identification == | ||
+ | Files begins with the ASCII signature "{{magic|BAKA}}". | ||
== Software == | == Software == | ||
* [https://sourceforge.net/p/vgmstream/code/HEAD/tree/ vgmstream] ([http://sophie2.aero.jussieu.fr/distrib/Mandriva/2010.0/i586/media/contrib-release/by-pkgid/b959a6d7f20adcc682c143de99fd9050/files/3 Info on supported formats]) | * [https://sourceforge.net/p/vgmstream/code/HEAD/tree/ vgmstream] ([http://sophie2.aero.jussieu.fr/distrib/Mandriva/2010.0/i586/media/contrib-release/by-pkgid/b959a6d7f20adcc682c143de99fd9050/files/3 Info on supported formats]) | ||
* [https://wiki.vg-resource.com/Video_Game_Sound_Converter Video Game Sound Converter] | * [https://wiki.vg-resource.com/Video_Game_Sound_Converter Video Game Sound Converter] | ||
+ | |||
+ | [[Category:Game data files]] |
Latest revision as of 18:35, 11 July 2021
BAKA is a PCM 16 bit audio format used in computer games. It is supported by some of the programs for playing or converting audio files.
[edit] Identification
Files begins with the ASCII signature "BAKA
".