Skip to content

Commit

Permalink
Fix missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
moodeaudio committed Oct 6, 2019
1 parent 4f2bb3a commit 04680fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/audioinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
$decoded_to = 'PCM, ' . $hwparams['format'] . ' bit, ' . $hwparams['rate'] . ' kHz, ' . $hwparams['channels'];
$decode_rate = $hwparams['calcrate'] . ' Mbps';
}
}
else if ($status['audio_sample_depth'] == 'dsd1024') {
$encoded_at = 'DSD1024, 1 bit, 90.304 Mbps Stereo';
if ($cfg_mpd['dop'] == 'yes') {
Expand Down

0 comments on commit 04680fc

Please sign in to comment.