mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Mikmod plugin improvements
- Improved sound quality (use 44.1KHz) - Conventional mixer is now used - Playback is performed in a separate thread - Speech feedback in menus Patch by Igor Poretsky Change-Id: I13baa224cefd67aefe6d62b988971bfbd421757d
This commit is contained in:
parent
e6b03ffa82
commit
2ebb8da275
4 changed files with 246 additions and 33 deletions
|
@ -15919,3 +15919,117 @@ id: VOICE_BAT_BENCH_KEYS
|
|||
*: "Failed to gather information"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SWAP_CHANNELS
|
||||
desc: in sound_settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Swap Channels"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Swap Channels"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Swap Channels"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PANNING_SEPARATION
|
||||
desc: in mikmod settings menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
swcodec: "Panning Separation"
|
||||
lowmem: none
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
swcodec: "Panning Separation"
|
||||
lowmem: none
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
swcodec: "Panning Separation"
|
||||
lowmem: none
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_REVERBERATION
|
||||
desc: in mikmod settings menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
swcodec: "Reverberation"
|
||||
lowmem: none
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
swcodec: "Reverberation"
|
||||
lowmem: none
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
swcodec: "Reverberation"
|
||||
lowmem: none
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_INTERPOLATION
|
||||
desc: in mikmod settings menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
swcodec: "Interpolation"
|
||||
lowmem: none
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
swcodec: "Interpolation"
|
||||
lowmem: none
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
swcodec: "Interpolation"
|
||||
lowmem: none
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_MIKMOD_SURROUND
|
||||
desc: in mikmod settings menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
swcodec: "Surround"
|
||||
lowmem: none
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
swcodec: "Surround"
|
||||
lowmem: none
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
swcodec: "Surround"
|
||||
lowmem: none
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_CPU_BOOST
|
||||
desc: in mikmod settings menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
swcodec: "CPU Boost"
|
||||
lowmem: none
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
swcodec: "CPU Boost"
|
||||
lowmem: none
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
swcodec: "CPU Boost"
|
||||
lowmem: none
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue