Nathan Wolek
Nathan Wolek
The CMake auto-compile setup should be updated to support arm64 platform. This request came via Klaus Filip: https://twitter.com/klaus_filip/status/1506244704471502858 https://cycling74.com/forums/help-compiling-c-source-code-for-windows-64bit-version-of-vpab-by-ville-pulkki/replies/1#reply-6241bfd60830332c3e0310c7
It seems like there is a lot of extra patching needed to generate output from vbap with trigger objects (see attached screenshot). Would it be better to just make all...
It would be nice for the results of each script to be saved in a log file in addition to being printed to the screen. It should also report the...
Not sure why I added the word "slide" here: https://github.com/nwolek/audiomoth-scripts/blob/master/make-spectrogram-movie.sh#L34 This creates files with and without text, and prevents the text from showing up in the movies.
Filenames currently use the date and time in UTC timezone. When converting this into text for the spectrogram movies, the script will convert it into the current time zone of...
I have learned more about the command line settings for ffmpeg since designing these scripts. The audio quality of the output can be improved to CBR 320k using the following...
Biggest part is changing floats to doubles https://github.com/nwolek/LowkeyNW/blob/b7928c6b3b984a5de66996a56b72953534934477/source/nw.gverb~/reverb_bb.h
see index~ example in Max SDK: https://github.com/Cycling74/max6-sdk/blob/master/examples/audio/index~/index~.c#L153
See the index~ example in Max SDK: https://github.com/Cycling74/max6-sdk/blob/master/examples/audio/index~/index~.c#L146