[core] Add support to phrase play-file to set a volume attribute

This commit is contained in:
Marc Olivier Chouinard
2022-01-19 00:42:16 -05:00
parent f9bb8940c2
commit de487b0ada
2 changed files with 18 additions and 3 deletions
+1
View File
@@ -356,6 +356,7 @@ struct switch_file_handle {
switch_size_t samples_in;
switch_size_t samples_out;
int32_t vol;
int32_t volgranular;
switch_audio_resampler_t *resampler;
switch_buffer_t *buffer;
switch_byte_t *dbuf;