List of Posts written during Aug 2020

This is a list of of posts written during the month Aug 2020
(Rev. 19-Mar-2024)

Categories | About |     |  

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.

  1. Published: 18-Aug-2020
    Here 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!


  2. Published: 31-Aug-2020
    This 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!