diff options
author | dartraiden <wowemuh@gmail.com> | 2022-08-30 23:43:17 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-08-30 23:43:17 +0300 |
commit | 03594b445dc91053dec6b83dc65ad3d1eadf0d83 (patch) | |
tree | f5e2bbf68ee3bcd034ff6d646a0e2faf400fec07 /tools/installer_ng | |
parent | 14904b103a55f2bba92a57804a4737c6dd9c2259 (diff) |
Pack MP3 inside WAV container
Diffstat (limited to 'tools/installer_ng')
-rw-r--r-- | tools/installer_ng/Common/Files/Settings/autoexec_sounds.ini | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/tools/installer_ng/Common/Files/Settings/autoexec_sounds.ini b/tools/installer_ng/Common/Files/Settings/autoexec_sounds.ini index d830edca18..b96b80da72 100644 --- a/tools/installer_ng/Common/Files/Settings/autoexec_sounds.ini +++ b/tools/installer_ng/Common/Files/Settings/autoexec_sounds.ini @@ -4,46 +4,46 @@ SETTINGS: UseSound=b1
[SkinSounds]
-AddedEvent=uSounds\added_event.mp3
-AuthRequest=uSounds\authorisation_request.mp3
-FileDone=uSounds\complete.mp3
-FileDenied=uSounds\denied.mp3
-FileFailed=uSounds\error.mp3
-RecvFile=uSounds\incoming_file.mp3
-ChatMessage=uSounds\incoming_group_message.mp3
-ChatSent=uSounds\outgoing.mp3
-ChatHighlight=uSounds\message_highlight.mp3
-ChatTopic=uSounds\topic_changed.mp3
-ChatNick=uSounds\user_name.mp3
-ChatQuit=uSounds\user_disconnect.mp3
-ChatKick=uSounds\user_kicked.mp3
-ChatPart=uSounds\user_left.mp3
-ChatAction=uSounds\user_action.mp3
-ChatNotice=uSounds\user_notice.mp3
-ChatMode=uSounds\user_status.mp3
-TNStart=uSounds\typing_start.mp3
-TNStop=uSounds\typing_stop.mp3
-RecvMsgActive=uSounds\incoming_focused.mp3
-AlertMsg=uSounds\incoming_new.mp3
-RecvMsgInactive=uSounds\incoming_unfocused.mp3
-SendMsg=uSounds\outgoing.mp3
-SendError=uSounds\error.mp3
-Nudge : Default=uSounds\nudge.mp3
-MetaContacts: Nudge=uSounds\nudge.mp3
-weatheralert=uSounds\weather_alert.mp3
-weatherupdated=uSounds\weather_update.mp3
-NewsFeed=uSounds\news_feed.mp3
-Notification=uSounds\notification.mp3
-OtherEvent=uSounds\other_event.mp3
-ChatJoin=uSounds\user_connect.mp3
-UserOnline=uSounds\online.mp3
-UserFromOffline=uSounds\online.mp3
-WWIBirthdayNear=uSounds\birthdaycoming.mp3
-WWIBirthdayToday=uSounds\birthday.mp3
-Anniversary=uSounds\reminder.mp3
-Birthday=uSounds\birthday.mp3
-BirthdayComing=uSounds\birthdaycoming.mp3
-voice_ringing=uSounds\ring.mp3
+AddedEvent=uSounds\added_event.wav
+AuthRequest=uSounds\authorisation_request.wav
+FileDone=uSounds\complete.wav
+FileDenied=uSounds\denied.wav
+FileFailed=uSounds\error.wav
+RecvFile=uSounds\incoming_file.wav
+ChatMessage=uSounds\incoming_group_message.wav
+ChatSent=uSounds\outgoing.wav
+ChatHighlight=uSounds\message_highlight.wav
+ChatTopic=uSounds\topic_changed.wav
+ChatNick=uSounds\user_name.wav
+ChatQuit=uSounds\user_disconnect.wav
+ChatKick=uSounds\user_kicked.wav
+ChatPart=uSounds\user_left.wav
+ChatAction=uSounds\user_action.wav
+ChatNotice=uSounds\user_notice.wav
+ChatMode=uSounds\user_status.wav
+TNStart=uSounds\typing_start.wav
+TNStop=uSounds\typing_stop.wav
+RecvMsgActive=uSounds\incoming_focused.wav
+AlertMsg=uSounds\incoming_new.wav
+RecvMsgInactive=uSounds\incoming_unfocused.wav
+SendMsg=uSounds\outgoing.wav
+SendError=uSounds\error.wav
+Nudge : Default=uSounds\nudge.wav
+MetaContacts: Nudge=uSounds\nudge.wav
+weatheralert=uSounds\weather_alert.wav
+weatherupdated=uSounds\weather_update.wav
+NewsFeed=uSounds\news_feed.wav
+Notification=uSounds\notification.wav
+OtherEvent=uSounds\other_event.wav
+ChatJoin=uSounds\user_connect.wav
+UserOnline=uSounds\online.wav
+UserFromOffline=uSounds\online.wav
+WWIBirthdayNear=uSounds\birthdaycoming.wav
+WWIBirthdayToday=uSounds\birthday.wav
+Anniversary=uSounds\reminder.wav
+Birthday=uSounds\birthday.wav
+BirthdayComing=uSounds\birthdaycoming.wav
+voice_ringing=uSounds\ring.wav
[TopToolBar]
Enable/Disable sounds_Visible=b1
\ No newline at end of file |