Changeset 284 for CoolAudio/Systems/UAudioSystemMPlayer.pas
- Timestamp:
- Oct 11, 2011, 8:31:29 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CoolAudio/Systems/UAudioSystemMPlayer.pas
r280 r284 256 256 //MPOptions := '-af volume=' + IntToStr(IntTodB(Round(FVolume * 100), 100)) + ' ' + MPOptions;// -volume xx only supported with patched mplayer; 257 257 258 FProcess.CommandLine := TAudioSystemMPlayer(AudioSystem).FPath + ' ' + MPOptions + ' "' + FFileName+ '"';258 FProcess.CommandLine := TAudioSystemMPlayer(AudioSystem).FPath + ' ' + MPOptions + ' "' + UTF8Decode(FFileName) + '"'; 259 259 FProcess.Options := FProcess.Options + [poUsePipes, poDefaultErrorMode, poStderrToOutPut, poNoConsole]; 260 260 //InputBox('', '', FProcess.CommandLine);
Note:
See TracChangeset
for help on using the changeset viewer.