Skip to content

Commit

Permalink
ADM loudness: update worker version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valnoel committed May 11, 2020
1 parent 046e831 commit 53a9ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/AdmLoudnessWorker/worker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ It can also process loudness correction, with an optional peak limiter.";
}

char* get_version() {
return (char*)"1.3.8";
return (char*)"1.4.1";
}

unsigned int get_parameters_size() {
Expand Down

0 comments on commit 53a9ca5

Please sign in to comment.