kotatogram-desktop/Telegram/SourceFiles/media/audio
Ilya Fedin 5d20d585b3 Don't use alcGetEnumValue for non-ALC enum value
This makes no effective change for openal-soft as alGetEnumValue and alcGetEnumValue do lookup in the same table, but it's more semantically right and openal-soft is not the only implementation of the API
2023-01-26 15:56:01 +04:00
..
media_audio.cpp Don't use alcGetEnumValue for non-ALC enum value 2023-01-26 15:56:01 +04:00
media_audio.h Optimized includes of attach_prepare.h. 2022-11-22 00:26:48 +00:00
media_audio_capture.cpp Replaced some qstr with u""_q literal. 2022-11-29 14:12:50 +03:00
media_audio_capture.h Removed simultaneous voice recording. 2022-06-08 11:59:30 +03:00
media_audio_ffmpeg_loader.cpp Initial implementation of ExtendedMedia. 2022-09-12 09:06:26 +04:00
media_audio_ffmpeg_loader.h Fix code style 2022-09-04 08:04:02 +04:00
media_audio_loader.cpp
media_audio_loader.h
media_audio_loaders.cpp Build with QT_NO_KEYWORDS 2021-03-04 12:07:54 +04:00
media_audio_loaders.h Build with QT_NO_KEYWORDS 2021-03-04 12:07:54 +04:00
media_audio_track.cpp Removed unused observable trackFinished from Media::Audio::Instance. 2021-06-16 09:31:32 +03:00
media_audio_track.h Removed unused observable trackFinished from Media::Audio::Instance. 2021-06-16 09:31:32 +03:00
media_child_ffmpeg_loader.cpp Fix -Wunused-variable warnings 2021-07-13 21:43:34 +03:00
media_child_ffmpeg_loader.h
media_openal_functions.cpp
media_openal_functions.h Get rid of oal-soft specific alext.h include 2021-11-26 18:48:35 +04:00