CC-430: Audio normalization (Replaygain Support)
This commit is contained in:
parent
62287a2313
commit
f0f033b4fb
7 changed files with 401 additions and 357 deletions
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
//disable buffering so that data is sent as we retrieve it from the database
|
||||
while (@ob_end_flush());
|
||||
|
||||
foreach($this->rows as $row) {
|
||||
echo json_encode($row)."\n";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue