Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11021 - VOX (Dialogic Telephony format) file supports.

Attached to Project: Rockbox
Opened by Yoshihisa Uchida (Uchida) - Tuesday, 16 February 2010, 11:26 GMT+2
Last edited by Yoshihisa Uchida (Uchida) - Sunday, 28 February 2010, 12:06 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

VOX (Dialogic Telephony format) file (.vox extension) supports.

VOX file is decoded on the following conditions.
encode codec: Dialogic Oki ADPCM (4 bit/sample)
frequency: 8000 Hz
channels: 1 (mono)
header: none (all data is sound data)


Please apply new  FS#10424 ,  FS#10425 ,  FS#10432 ,  FS#10433  patch before applying this patch.
   rb_vox_codec.patch (9.8 KiB)
 b/apps/SOURCES                     |    1 
 b/apps/codecs/SOURCES              |    1 
 b/apps/codecs/codecs.make          |    1 
 b/apps/filetypes.c                 |    1 
 b/apps/metadata.c                  |   11 ++
 b/apps/metadata.h                  |    1 
 b/apps/metadata/metadata_parsers.h |    1 
 b/apps/codecs/vox.c                |  174 +++++++++++++++++++++++++++++++++++++
 b/apps/metadata/vox.c              |   43 +++++++++
 9 files changed, 234 insertions(+)

This task depends upon

Closed by  Yoshihisa Uchida (Uchida)
Sunday, 28 February 2010, 12:06 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  commit patch and manual updates.

Loading...