Compare commits
3 Commits
177a8658f0
...
1453e1d639
Author | SHA1 | Date |
---|---|---|
|
1453e1d639 | |
|
03156d2154 | |
|
ad5049d1ca |
2
main.py
2
main.py
|
@ -13,7 +13,7 @@ def main():
|
|||
offset = timing.offset.total_seconds() * 1000
|
||||
print(beatmap.audio_filename)
|
||||
|
||||
data = sound_process.process_song(beatmap.audio_filename, int(bpm), offset0=offset, n_iter_2=-1)
|
||||
data = sound_process.process_song(beatmap.audio_filename, bpm, offset0=offset, n_iter_2=-1)
|
||||
# NOTE : remove n_iter_2 to map the whole music
|
||||
timings, amplitudes, freqs = [x[0] for x in data], [x[1] for x in data], [x[2] for x in data]
|
||||
|
||||
|
|
Loading…
Reference in New Issue