Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#3046 - iriver iFP audio (work in progress)

Attached to Project: Rockbox
Opened by Tomasz Malesinski (tmal) - Monday, 20 February 2006, 01:36 GMT+2
Last edited by Tomasz Malesinski (tmal) - Monday, 20 February 2006, 01:36 GMT+2
Task Type Patches
Category
Status Closed
Assigned To No-one
Player Type
Severity Low
Priority Normal
Reported Version Unstable (example)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This is a quick and dirty patch adding preliminary audio
support for iriver iFP7xx. The patch obviously needs
some cleanup before committing.

WAV playing works quite well, mp3 are not decoded real
time, Ogg Vorbis requires too much memory (I reduced
malloc buffer to 40 kB, Vorbis requires at least 120 kB).
I have not tested other codecs. Sometimes playback does
not start, pressing Play twice (ie. pausing and
resuming) may help in this case.
   sound2.diff (22.7 KiB)
 apps/debug_menu.c               |    3 
 apps/logfdisp.c                 |    2 
 apps/pcmbuf.c                   |    2 
 apps/pcmbuf.h                   |    4 
 apps/playback.c                 |    9 -
 apps/settings.c                 |    2 
 apps/settings.h                 |    1 
 apps/codecs/SOURCES             |    8 -
 apps/plugins/plugin.lds         |    4 
 firmware/app.lds                |   10 +
 firmware/pcm_playback.c         |  139 ++++++++++++++++++++---
 firmware/sound.c                |    8 +
 firmware/system.c               |  235 ++++++++++++++++++++++++++++++++++++++++
 firmware/drivers/ata_flash.c    |    1 
 firmware/export/config-ifp7xx.h |    6 -
 firmware/export/config.h        |    3 
 firmware/export/pnx0101.h       |   26 ++++
 tools/configure                 |    7 -
 18 files changed, 428 insertions(+), 42 deletions(-)

This task depends upon

Closed by  Daniel Stenberg (bagder)
Friday, 10 November 2006, 09:11 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  This is now in CVS (and tmal, now you\'ve got the powers to close tasks too!)
Comment by Tomasz Malesinski (tmal) - Friday, 10 November 2006, 09:08 GMT+2
Please close it. It has been in CVS for quite some time.

Loading...