mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-11 06:05:21 -05:00
codecs: Add support for the 'VTX' ZX Spectrum chiptunes format.
This codec requires floating point. Original author: Peter Sovietov Ported to Rockbox: Roman Skylarov Further integration and bugfixes: Solomon Peachy Change-Id: I781ecd3592dfcdbbc694063334350342534f1d6c
This commit is contained in:
parent
278522f811
commit
4231c2c83f
29 changed files with 1642 additions and 41 deletions
|
|
@ -49,6 +49,9 @@ bool get_vox_metadata(int fd, struct mp3entry* id3);
|
|||
bool get_wave64_metadata(int fd, struct mp3entry* id3);
|
||||
bool get_tta_metadata(int fd, struct mp3entry* id3);
|
||||
bool get_ay_metadata(int fd, struct mp3entry* id3);
|
||||
#ifdef HAVE_FPU
|
||||
bool get_vtx_metadata(int fd, struct mp3entry* id3);
|
||||
#endif
|
||||
bool get_gbs_metadata(int fd, struct mp3entry* id3);
|
||||
bool get_hes_metadata(int fd, struct mp3entry* id3);
|
||||
bool get_sgc_metadata(int fd, struct mp3entry* id3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue