List of Posts
This is the complete list of categories of posts written during Aug 2020. They have been ordered by the publish date, with the most recent first.
- Published: 18-Aug-2020Here is a brief explanation of how to call a c or c++ function from a java method. I am using Visual C++. Any edition from Visual C++ 6.0 to 2019 will work!
- Published: 31-Aug-2020This is a C# script to normalize audio volume with two pass. The script first runs the ffmpeg to parse measured_I, measured_TP, measured_LRA and measured_thresh. Then it uses these values to run a second pass and produce a normalized output wave file. Everything happens automated!