README.md (1489B)
1 _ _ 2 | | ___ _ _ __| |_ __ ___ ___ ___ __ ____ ___ _____ 3 | |/ _ \| | | |/ _` | '_ \ / _ \/ __/ __| \ \ /\ / / _` \ \ / / _ \ 4 | | (_) | |_| | (_| | | | | __/\__ \__ \ \ V V / (_| |\ V / __/ 5 |_|\___/ \__,_|\__,_|_| |_|\___||___/___/ \_/\_/ \__,_| \_/ \___| 6 7 (C) 2021 AGASTYA <me+git@hanabi.in> 8 9 Generates a video recording of a .wav file's loudness. Licensed under GNU AGPLv3 license. Please see the license file for more information. 10 ![Demo](./demo.gif "Demo") 11 12 Usage 13 ===== 14 15 1. Use Processing <https://processing.org/download> to run the programme. 16 1. Update the variables `audioFile` and `videoFile` to refer to the location where the `.wav` (or `.mp3`, `.aiff`) is located and where the videoFile should be saved. 17 1. Toggle `record` variable to disable recording, when you are just trying out the wave design. Some audios are not loud and the waves might not look as impressive. Replace `1` with a smaller fraction on line 41 and 42 for the same, to tweak the size. 18 19 Source code details 20 =================== 21 22 This repository has a single branch, dev. 23 24 + Submit any patches to the original author under the GNU AGPLv3 license. 25 + There is no Contributor License Agreement (CLA) -- the source code will not and cannot be relicensed to any other license other than what is permitted under GNU AGPLv3.