1
0
Fork 0
forked from eden-emu/eden

Merge pull request #1163 from FearlessTobi/add-audio-stretching

audio_core: Add audio stretching support
This commit is contained in:
bunnei 2018-09-12 18:23:54 -04:00 committed by GitHub
commit 926dd41587
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 463 additions and 49 deletions

View file

@ -148,6 +148,7 @@ struct Values {
// Audio
std::string sink_id;
bool enable_audio_stretching;
std::string audio_device_id;
float volume;