Added CNAME

This commit is contained in:
Daniil Gentili 2017-08-06 22:53:43 +00:00
parent 099bb17c34
commit a431a839a3
2 changed files with 6 additions and 7 deletions

View File

@ -118,8 +118,8 @@ $calls = [];
$update['update']['phone_call']->configuration['enable_AGC'] = false;
$update['update']['phone_call']->configuration['enable_AEC'] = false;
$update['update']['phone_call']->configuration['shared_config'] = [
'audio_init_bitrate' => 40 * 1000,
'audio_max_bitrate' => 50 * 1000,
'audio_init_bitrate' => 70 * 1000,
'audio_max_bitrate' => 100 * 1000,
'audio_min_bitrate' => 15 * 1000,
//'audio_bitrate_step_decr' => 0,
//'audio_bitrate_step_incr' => 2000,

View File

@ -2,11 +2,10 @@
$songs = [
'Aronchupa - Little Swing' => 'input.raw',
// 'Parov Stelar - Booty Swing' => 'inputa.raw',
// 'Parov Stelar - All night' => 'inpute.raw',
// 'Caravan Palace - Lone Digger' => 'inputb.raw',
// 'Swingrowers - Butterfly' => 'inputc.raw',
// 'Postmodern Jukebox - Thrift Shop' => 'inputd.raw',
'Parov Stelar - Booty Swing' => 'inputa.raw',
'Parov Stelar - All night' => 'inpute.raw',
'Caravan Palace - Lone Digger' => 'inputb.raw',
'Postmodern Jukebox - Thrift Shop' => 'inputd.raw',
];
for ($x = 0; $x < count($songs); $x++) {
shuffle($songs);