Skip to content

Commit

Permalink
sync local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
katiezzzzz committed Sep 16, 2021
1 parent bde9e89 commit 176f8d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cgan_earth/music_proc/extract_music.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
plt.plot(sample)
plt.show()

np.savetxt('test_extract', peak_indices[0], delimiter=',')
np.savetxt('test_extract', peak_indices[0]/48000, delimiter=',')
4 changes: 4 additions & 0 deletions test_extract
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.335458333333333414e+00
3.335520833333333268e+00
5.335645833333333421e+00
6.877125000000000377e+00

0 comments on commit 176f8d9

Please sign in to comment.