Fix end of files
This commit is contained in:
parent
d8195f0fd8
commit
6871956baa
36 changed files with 11 additions and 40 deletions
|
@ -331,4 +331,4 @@ case "$1" in
|
|||
exit 64 # EX_USAGE
|
||||
;;
|
||||
esac
|
||||
exit 0
|
||||
exit 0
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
|
|
@ -19,6 +19,3 @@ env LC_ALL='en_US.UTF-8'
|
|||
#end script
|
||||
|
||||
exec libretime-analyzer
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -44,4 +44,3 @@ $channel->basic_publish($msg, $exchange, $routingKey);
|
|||
print "Sent $message ($routingKey)\n";
|
||||
$channel->close();
|
||||
$connection->close();
|
||||
|
||||
|
|
|
@ -21,4 +21,3 @@
|
|||
elsif bitrate == 320 then
|
||||
ignore(output_stereo(%fdkaac(bitrate = 320, aot="mpeg4_aac_lc", afterburner=true, sbr_mode=true), !source))
|
||||
end
|
||||
|
||||
|
|
|
@ -65,4 +65,3 @@
|
|||
ignore(output_mono(%mp3(bitrate = 320, stereo = false), mean(!source)))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -57,4 +57,3 @@
|
|||
ignore(output_mono(%vorbis(quality=0.9, channels = 1), mean(!source)))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -65,4 +65,3 @@
|
|||
ignore(output_mono(%opus(bitrate = 320, channels = 1, signal="music", application="audio", complexity=10, vbr="constrained"), mean(!source)))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -21,4 +21,3 @@
|
|||
elsif bitrate == 320 then
|
||||
ignore(output_stereo(%fdkaac(bitrate = 320, aot="mpeg4_aac_lc", afterburner=true, sbr_mode=true), !source))
|
||||
end
|
||||
|
||||
|
|
|
@ -65,4 +65,3 @@
|
|||
ignore(output_mono(%mp3(bitrate = 320, stereo = false), mean(!source)))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -57,4 +57,3 @@
|
|||
ignore(output_mono(%vorbis(quality=0.9, channels = 1), mean(!source)))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -65,4 +65,3 @@
|
|||
ignore(output_mono(%opus(bitrate = 320, channels = 1, signal="music", application="audio", complexity=10, vbr="constrained"), mean(!source)))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -21,4 +21,3 @@
|
|||
elsif bitrate == 320 then
|
||||
ignore(output_stereo(%fdkaac(bitrate = 320, aot="mpeg4_aac_lc", afterburner=true, sbr_mode=true), !source))
|
||||
end
|
||||
|
||||
|
|
|
@ -65,4 +65,3 @@
|
|||
ignore(output_mono(%mp3(bitrate = 320, stereo = false), mean(!source)))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -57,4 +57,3 @@
|
|||
ignore(output_mono(%vorbis(quality=0.9, channels = 1), mean(!source)))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -65,4 +65,3 @@
|
|||
ignore(output_mono(%opus(bitrate = 320, channels = 1, signal="music", application="audio", complexity=10, vbr="constrained"), mean(!source)))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -672,4 +672,3 @@ may consider it more useful to permit linking proprietary applications with
|
|||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue