Update README.md

This commit is contained in:
Lauchmelder 2021-04-30 13:26:43 +02:00 committed by GitHub
parent 7ba3225f61
commit 56bc0e752d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ Every supplied audio file will result in one JSON file. The magnitude is the abs
## Example use case
This tool can theoretically be used to visualize music. The visualization part has to be written by you, though. For my little experiment I used python with matplotlib to create a line diagram from the spectra:
https://user-images.githubusercontent.com/24511538/116532180-4218e300-a8e0-11eb-8914-6b3b50228e58.mp4
https://user-images.githubusercontent.com/24511538/116688886-a22e8880-a9b7-11eb-9a3d-b9b5069de697.mp4
Visualization written by [mpsparrow](https://github.com/mpsparrow)