I too have wanted this for some time. So I tried doing it myself.
First, I started editing the mp3 files into sections. But that was tedious and required lots of disk space.
Then I realised I could use a CUE file ... which is just a text file that describes sections of an audio file.
e.g. this is a full cue sheet for Beginner Lesson 54
Code: Select All
FILE "102_B54_033006_jpod101.mp3" MP3
PERFORMER "JapanesePod101.com"
TITLE "Beginner Lesson #54"
TRACK 01 AUDIO
TITLE "Fast"
PERFORMER ""
INDEX 01 01:35:38
TRACK 02 AUDIO
TITLE "Slow"
PERFORMER ""
INDEX 01 03:05:75
TRACK 03 AUDIO
TITLE "Mixed"
PERFORMER ""
INDEX 01 04:56:40
TRACK 04 AUDIO
TITLE "Vocab"
PERFORMER ""
INDEX 01 07:09:06
If you save this as a text file 102_B54_033006_jpod101.cue and load it into a music player that supports CUE sheets, then each of the sections of the mp3 appear like different files. (make sure the 102_B54_033006_jpod101.mp3 file is in the same directory!)
The cons:
* someone has to generate the CUE sheets. This may not be too bad ... especially with a large community base. People could make cue sheets, then submit them online somewhere so that the work can be shared around.
* not all music players understand CUE sheets. Not supported by WMP or iTunes. But is supported by Foobar2000, Winamp, and many others. And there are free tools to take an mp3, a CUE file, and automatically split the file into multiple parts.
Anyone else interested in helping prepare CUE files?