You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add music, either drag and drop your music on the window or make sure you run the visualizer at least once, exit, navigate to your system's appdata directory, open "LOVE/Drop/music", and place your music files/folders in there.
10
10
11
11
### Features:
12
-
- drag and drop
13
-
- scalable ui
14
-
- realtime ffi-implemented rfft calculations (really fast and efficient spectrum generation)
12
+
- drag and drop music files/folders onto window
13
+
- scalable gui (can make Drop really small and put it in the corner of your screen)
14
+
- realtime ffi-implemented rfft calculations (really fast and efficient waveform generation)
15
15
- decoder/queueable audio support
16
16
- ID3 metadata support (gets song name/artist when stored in mp3)
17
17
- audio input support (with this you can visualize speaker and microphone audio!)
@@ -25,7 +25,7 @@ To add music, either drag and drop your music on the window or make sure you run
25
25
- quick start
26
26
- fps capping
27
27
- session persistence
28
-
- spectrum visualization
28
+
- spectrum/bar visualization
29
29
- custom colors
30
30
- doesn't run fft calculations when minimized or paused
31
31
@@ -35,8 +35,6 @@ To add music, either drag and drop your music on the window or make sure you run
0 commit comments