This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5511 - Fix for codec failure on simulator with voice enabled
Attached to Project:
Rockbox
Opened by Steve Bavin (pondlife) - Wednesday, 07 June 2006, 13:59 GMT+2
Opened by Steve Bavin (pondlife) - Wednesday, 07 June 2006, 13:59 GMT+2
|
DetailsI don't know if it's just me, but there seems to be a general problem running the (SDL) simulator under Windows with file/dir voicing enabled, along with crossfade. This combination results in "Codec Failure" errors because the simulator attempts to create/overwrite _temp_codec.dll while it is still in use. As a workaround, this patch will attempt to use a different filename (_temp_codecn, where n is in range 1 to 999) so that the DLL hackery always succeeds while multiple codecs are loaded.
|
This task depends upon
Code policed myself - got to get used to the Rockbox bracket standard...
FYI, there is no "bracket standard" in Rockbox. All you need to do is to maintain the style in the file you're editing.
Thanks for the clarification Linus. Don't suppose you'd consider commiting this patch as it's pretty safe and needed by anyone who wants to attempt hacking at the playback/voice code under the sim?
This (or Hardeep's version of it) is now in CVS and can be closed.