mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2016-04-27 Brian McGlynn <brian.mcglynn@geneseemedia.net>
* Added a 'bitRate' field in the return for the AudioInfo web method. * Added an rdexport(1) utility in 'utils/rdexport/'.
This commit is contained in:
@@ -106,6 +106,7 @@ void Xport::AudioInfo()
|
||||
printf(" <format>%d</format>\n",format);
|
||||
printf(" <channels>%d</channels>\n",wave->getChannels());
|
||||
printf(" <sampleRate>%d</sampleRate>\n",wave->getSamplesPerSec());
|
||||
printf(" <bitRate>%d</bitRate>\n",wave->getHeadBitRate());
|
||||
printf(" <frames>%u</frames>\n",wave->getSampleLength());
|
||||
printf(" <length>%u</length>\n",wave->getExtTimeLength());
|
||||
printf("</audioInfo>\n");
|
||||
|
Reference in New Issue
Block a user