- Status Closed
- Percent Complete
- Task Type Patches
- Category
-
Assigned To
learman - Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2597 - proper WAV file handling
This patch adds:
- correct parsing of WAV header, even if it’s not the
canonic 44-byte header
- handling of WAV files other than 44.1/16bits/stereo
I’m attaching this patch alone, and another file
containing this patch and the APEv2 patch together
(because they touch very close areas of metadata.c)
Closed by learman
2005-09-22 19:43
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2005-09-22 19:43
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Logged In: YES
user_id=620107
Thanks! Committed with a few minor
changes.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
The WAV patch didn't handle properly non-16bits WAV files.
This is now fixed
The last version computes a reasonable chunk size depending
on the bitrate.
The latest version supports the following formats:
* - PCM, up to 32 bits, supporting 32 bits playback when
useful.
* - ALAW and MULAW (16 bits compressed on 8 bits).
* - DVI_ADPCM (16 bits compressed on 4 bits).
It also supports searching WAVE files.
Thanks! Committed with a few minor changes.