Add audio stretching support

This commit is contained in:
fearlessTobi
2018-09-08 18:26:23 +01:00
committed by MerryMage
parent 9cd79c25ed
commit a6efff8b02
15 changed files with 50 additions and 0 deletions
+1
View File
@@ -146,6 +146,7 @@ struct Values {
// Audio
std::string sink_id;
bool enable_audio_stretching;
std::string audio_device_id;
float volume;