We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0dd9c commit 7aec809Copy full SHA for 7aec809
www/audioinfo.php
@@ -75,6 +75,11 @@
75
$_encoded_at = 'Opus 16 bit 48 kHz, Stereo';
76
$_decoded_to = 'PCM 16 bit 48 kHz, Stereo';
77
$_decode_rate = '';
78
+} else if ($_SESSION['audioin'] == 'Analog' || $_SESSION['audioin'] == 'S/PDIF') {
79
+ $_file = $_SESSION['audioin'] . ' input';
80
+ $_encoded_at = 'Unknown';
81
+ $_decoded_to = 'Unknown';
82
+ $_decode_rate = '';
83
} else {
84
$song = getCurrentSong($sock);
85
$_file = $song['file'];
0 commit comments