Rockbox

  • Status Closed
  • Percent Complete
    0%
  • Task Type Patches
  • Category Plugins
  • Assigned To No-one
  • Operating System
  • Severity Low
  • Priority Very Low
  • Reported Version
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by ahellmann - 2005-09-27
Last edited by bagder - 2006-01-11

FS#2700 - wav to mp3 encoder plugin for H1xx

Very basic plugin mp3 encoder for iriver
- you either have to create a new plugin or simply
overwrite the patch file to an existing plugin (ex: logo.c)
- no data caching: reads/writes chunks of audio data
from/to disk all the time
- wav-files have to be located in the root
- user interface:
1. select wav-file with <up><down> then <right>
2. select bitrate with <up><down> then <right>
Hint: wav files should be recorded with high audio level,
to get best quality from this encoder

Closed by  bagder
2006-01-11 14:01
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=1110

Thanks! Just committed…

Anonymous Submitter commented on 2005-10-05 16:18

I have made a viewer plugin version of the patch.
To use it open the file with wav2mp3.

Source: http://mitglied.lycos.de/phpspacer/wav2mp3.c

You also have to add the Line

wav,wav2mp3, 00 00 00 00 00 00

to apps/plugins/viewers.config
and

wav2mp3.c

to apps/plugins/SOURCES

Project Manager

Do you have an updated version?

wav2mp3.c:660: error: conflicting types for ‘swap32’ /home/daniel/src/rockbox/firmware/export/system.h:271:
error: previous definition of ‘swap32’ was here

Here is the minor update of the encoder plugin:
- removed compiler error in swap32() declaration
- increased mp3 buffer size, less disk writing
- increased total number of selectable wav files to 12
- show wav files in root and default recording dir

Project Manager

Thanks! Just committed…

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing