mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
have audio dumps apply volume (fixes cases of audio dumps being "too loud" and in game audio controls having no effect)
This commit is contained in:
parent
0c6b6b74bf
commit
ad892176d0
4 changed files with 26 additions and 6 deletions
|
@ -74,6 +74,7 @@ private:
|
|||
void SetInputSampleRate(unsigned int rate);
|
||||
unsigned int GetInputSampleRate() const;
|
||||
void SetVolume(unsigned int lvolume, unsigned int rvolume);
|
||||
std::pair<s32, s32> GetVolume() const;
|
||||
unsigned int AvailableSamples() const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue