mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-25 16:08:59 +02:00
Add audio stretching support
This commit is contained in:
parent
3ce6d128d1
commit
7377afca3a
15 changed files with 50 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ struct Values {
|
|||
|
||||
// Audio
|
||||
std::string sink_id;
|
||||
bool enable_audio_stretching;
|
||||
std::string audio_device_id;
|
||||
float volume;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue