Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#7331 - GBS codec

Attached to Project: Rockbox
Opened by Adam Gashlin (AdamGashlin) - Tuesday, 19 June 2007, 19:05 GMT+2
Last edited by Robert Menes (RMenes379) - Tuesday, 15 February 2011, 19:18 GMT+2
Task Type Patches
Category Codecs
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

All that I got done at devcon.
Based on gbsplay.
Currently no metadata reading, sloppy code, fade sounds awful, and too slow for anything but gigabeat.
   gbs04.diff (91.3 KiB)
 rockbox/apps/metadata.c       |    3 
 rockbox/apps/filetypes.c      |    1 
 rockbox/apps/codecs/gbs.c     | 3307 ++++++++++++++++++++++++++++++++++++++++++
 rockbox/apps/codecs/Makefile  |    1 
 rockbox/apps/codecs/SOURCES   |    1 
 rockbox/firmware/export/id3.h |    1 
 rockbox/firmware/id3.c        |    3 
 7 files changed, 3317 insertions(+)

This task depends upon

Closed by  Robert Menes (RMenes379)
Tuesday, 15 February 2011, 19:18 GMT+2
Reason for closing:  Duplicate
Additional comments about closing:  Related to  FS#11906 
Comment by Rani Hod (RaeNye) - Saturday, 23 June 2007, 01:48 GMT+2
What is GBS? Gameboy tunes?
Comment by Adam Gashlin (AdamGashlin) - Sunday, 30 September 2007, 22:55 GMT+2
Updated patch
Comment by Adam Gashlin (AdamGashlin) - Friday, 09 November 2007, 07:15 GMT+2
Updated to use atomic type.
Comment by Robert Menes (RMenes379) - Wednesday, 25 June 2008, 14:16 GMT+2
This patch has a lot of potential and should seriously be updated.

Tried it on my Gigabeat S against r17715; works but sounds horrible (lots of GBS files sound completely off).

Loading...