Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/application
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-08-03 13:36:16 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-08-03 13:36:16 +1000
commitbef86811c9a08711b45523193b2ac7c13850f8c6 (patch)
tree9f9218b4b4443034069ad3f37e5d5e42da057cdb /source/application
parent4f511c2aaae9d2d32e53b4590e841c00fab6164b (diff)
revert libsamplerate addition
sadge
Diffstat (limited to 'source/application')
-rw-r--r--source/application/StarMainApplication_sdl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/application/StarMainApplication_sdl.cpp b/source/application/StarMainApplication_sdl.cpp
index 49d085a..c697a26 100644
--- a/source/application/StarMainApplication_sdl.cpp
+++ b/source/application/StarMainApplication_sdl.cpp
@@ -271,9 +271,6 @@ public:
#endif
Logger::info("Application: Initializing SDL Audio");
-#if SDL_VERSION_ATLEAST(2, 0, 26)
- SDL_SetHint(SDL_HINT_AUDIO_RESAMPLING_MODE, "fast");
-#endif
if (SDL_InitSubSystem(SDL_INIT_AUDIO))
throw ApplicationException(strf("Couldn't initialize SDL Audio: {}", SDL_GetError()));