Skip to content

Commit

Permalink
android fft dec 2
Browse files Browse the repository at this point in the history
  • Loading branch information
spectrenoir06 committed May 31, 2020
1 parent 81f2853 commit 3da9c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/player/music.lua
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ function music:reload()

local os = love.system.getOS()
if os == "Android" or os == "iOS" then

self.fft_dec = 2
self.mic_sample_size = 2081
self.mic_sample_rate = 48000
self.mic_depth = 8
Expand Down

0 comments on commit 3da9c80

Please sign in to comment.