forked from mia/Aegisub
Make the default ALSA device default.
(It should be "default", not "default:0" as the old default was.) Originally committed to SVN as r2795.
This commit is contained in:
parent
e6a09d383c
commit
50679014ea
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ void OptionsManager::LoadDefaults(bool onlyDefaults,bool doOverride) {
|
||||||
SetText(_T("Audio Provider"),_T(DEFAULT_PROVIDER_AUDIO),1945);
|
SetText(_T("Audio Provider"),_T(DEFAULT_PROVIDER_AUDIO),1945);
|
||||||
#endif
|
#endif
|
||||||
SetText(_T("Audio Downmixer"),_T("ConvertToMono"),1700);
|
SetText(_T("Audio Downmixer"),_T("ConvertToMono"),1700);
|
||||||
SetText(_T("Audio Alsa Device"), _T("default:0"));
|
SetText(_T("Audio Alsa Device"), _T("default"));
|
||||||
SetText(_T("Audio HD Cache Location"),_T("default"),1700);
|
SetText(_T("Audio HD Cache Location"),_T("default"),1700);
|
||||||
SetText(_T("Audio HD Cache Name"),_T("audio%02i.tmp"),1700);
|
SetText(_T("Audio HD Cache Name"),_T("audio%02i.tmp"),1700);
|
||||||
SetBool(_T("Audio Disable PCM Provider"), false);
|
SetBool(_T("Audio Disable PCM Provider"), false);
|
||||||
|
|
Loading…
Reference in a new issue