From 56bc0e752dea9aeeb009b49a1767324758b4298b Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Fri, 30 Apr 2021 13:26:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)