pcm/Normalizer: hard-code the preferences

This commit is contained in:
Max Kellermann
2023-03-13 12:08:57 +01:00
parent d2f2dde2e1
commit 6e5d9d4490
4 changed files with 11 additions and 20 deletions

View File

@@ -35,7 +35,7 @@ try {
if (argc > 1)
audio_format = ParseAudioFormat(argv[1], false);
compressor = Compressor_new(0);
compressor = Compressor_new();
while ((nbytes = read(0, buffer, sizeof(buffer))) > 0) {
Compressor_Process_int16(compressor,