diff --git a/README.md b/README.md index e8b5513..9f2cb50 100644 --- a/README.md +++ b/README.md @@ -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)