mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Allow user to change DPLII decoding quality
This commit is contained in:
parent
5f8e189207
commit
3c9eb37381
13 changed files with 157 additions and 6 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
#include "AudioCommon/Enums.h"
|
||||
#include "AudioCommon/SoundStream.h"
|
||||
|
||||
class Mixer;
|
||||
|
@ -21,6 +22,7 @@ void InitSoundStream();
|
|||
void ShutdownSoundStream();
|
||||
std::string GetDefaultSoundBackend();
|
||||
std::vector<std::string> GetSoundBackends();
|
||||
DPL2Quality GetDefaultDPL2Quality();
|
||||
bool SupportsDPL2Decoder(std::string_view backend);
|
||||
bool SupportsLatencyControl(std::string_view backend);
|
||||
bool SupportsVolumeChanges(std::string_view backend);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue