summaryrefslogtreecommitdiff
path: root/apps/talk.c
AgeCommit message (Collapse)Author
2004-05-21After much debating, it has been decided to name talkbox clips ↵Jörg Hohensohn
"_dirname.talk". Please either bulk-rename your clips, or delete and re-generate them with an updated script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4687 a1c6a512-1295-4272-9138-f99709370657
2004-05-09While searching the voice crash like a madman, I made this module a lot more ↵Jörg Hohensohn
safe, so I can as well commit that. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4598 a1c6a512-1295-4272-9138-f99709370657
2004-04-20minor improvement to make the clip switch saferJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4528 a1c6a512-1295-4272-9138-f99709370657
2004-04-20fixed the missing first part of voice problem when switching clips, although ↵Jörg Hohensohn
not very nice (messing with the DMA in application code) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4527 a1c6a512-1295-4272-9138-f99709370657
2004-04-10talkbox clip renamed to ".dirname.tbx", most people voted for a non-mp3 ↵Jörg Hohensohn
extension git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4485 a1c6a512-1295-4272-9138-f99709370657
2004-04-06Voice UI searches for <mylanguage>.voice, no hard-coded "english.voice" any ↵Jörg Hohensohn
more. We can localize the voice now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4471 a1c6a512-1295-4272-9138-f99709370657
2004-04-04Voice UI: option to spell dirs/files, say (known) extension with file ↵Jörg Hohensohn
number, minor fixes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4465 a1c6a512-1295-4272-9138-f99709370657
2004-04-03Changed concept for voice IDs: the voice-only IDs now are in a separate ↵Jörg Hohensohn
range, don't generate an empty language string. This saves memory, but requires a new voice file format with 2 tables. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4463 a1c6a512-1295-4272-9138-f99709370657
2004-03-29insert a dummy frame before changing clips (still no major improvement), ↵Jörg Hohensohn
back to the previous frame search algorithm because the talkbox clips can be quite different git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4449 a1c6a512-1295-4272-9138-f99709370657
2004-03-27Step 4 of voice UI:Jörg Hohensohn
- "talkbox" functionality added, but yet without thumbnail recording - menu under "general settings" to configure voice - directories and folders can be voiced as a numbers git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4440 a1c6a512-1295-4272-9138-f99709370657
2004-03-23Slightly better method of finding the next frameLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4435 a1c6a512-1295-4272-9138-f99709370657
2004-03-22talk_value() and talk_number() didn't check if the music was playingLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4431 a1c6a512-1295-4272-9138-f99709370657
2004-03-21First try to get a better transition from a cancelled clip to a new one, by ↵Jörg Hohensohn
maintaining the frame sync. Doesn't seem to have much effect, though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4425 a1c6a512-1295-4272-9138-f99709370657
2004-03-20Overlooked to "voice" the set_int() function, this is why many numerical ↵Jörg Hohensohn
setting remained silent. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4416 a1c6a512-1295-4272-9138-f99709370657
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at ↵Jörg Hohensohn
runtime), needs new voicefont at the new location ".rockbox/langs/english.voice" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4414 a1c6a512-1295-4272-9138-f99709370657