Voice related fixes and cleaup
commit544fb6a5a48036a2e28b51e2b3f4c9c12c20dd18
authorJens Arnold <amiconn@rockbox.org>
Sun, 6 Nov 2011 13:58:17 +0000 (6 13:58 +0000)
committerJens Arnold <amiconn@rockbox.org>
Sun, 6 Nov 2011 13:58:17 +0000 (6 13:58 +0000)
tree34d3fe5f7f3071ab3690faade822afcbfa4e692e
parente5db19de484e20dabc20996b4220dd0e809dce06
Voice related fixes and cleaup
* Fix .talk clips on hwcodec. Voice does have the entire audio buffer available there.
* Get rid of the separate TALK_PROGRESSIVE_LOAD in favour of the more advanced
  TALK_PARTIAL_LOAD i.e. use the latter on the Ondios as well. This gets rid of quite
  some ifdefing, and has the advantage that the voice file can be larger than the buffer
  (at a slight binsize cost).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30916 a1c6a512-1295-4272-9138-f99709370657
apps/talk.c