Rockbox mail archive
Subject: Re: Voicing of OGG files
James Teh wrote:
> What script are you using to generate your clips? The voicebox script
> from the VoiceHowto page?
> I just checked out the code for this script and it looks to me like it
> should be working. So, if you're using that, perhaps try updating.
> Otherwise, I'm not sure ...
> This is definitely the problem though.
>
> Jamie
The newer versions of voicebox *should* support Ogg files. I don't have
any personally, so I've not tested it (although I could just make some
fake ones I suppose...). Ogg wasn't in the older code, as there were no
rockbox-able players that supported it at the time. I still only have an
Archos JBR20 myself (well, it's really a JBR 40 now).
The relevant logic is in the file voiceUtils.vbs, and looks like this -
or at least it should:
If ((extension = "mp2") or _
(extension = "mp3") or _
(extension = "mpa") or _
(extension = "m3u") or _
(extension = "cfg") or _
(extension = "mp1") or _
(extension = "ogg") or _
(extension = "mpc") or _
(extension = "a52") or _
(extension = "ac3") or _
(extension = "mp4") or _
(extension = "wav") or _
(extension = "flac") or _
(extension = "m4a") or _
(extension = "wv")) Then
isVoiced = true
End If
Received on Sat Apr 29 22:29:30 2006
Page was last modified "Jan 10 2012" The Rockbox Crew
|