2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Play sounds in calls.

This commit is contained in:
John Preston
2017-05-03 16:43:01 +03:00
parent 2e816f2a67
commit fd24aff6b1
13 changed files with 107 additions and 8 deletions

View File

@@ -362,7 +362,7 @@ void System::ensureSoundCreated() {
}
_soundTrack = Media::Audio::Current().createTrack();
_soundTrack->fillFromFile(qsl(":/gui/art/newmsg.wav"));
_soundTrack->fillFromFile(qsl(":/sounds/msg_incoming.mp3"));
}
void System::updateAll() {