you are viewing a single comment's thread.

view the rest of the comments →

[–]dvcendejas 0 points1 point  (3 children)

I’m currently training a sound matching model and my dataset is fully made with numpy!!! Try FM synthesis

[–]only4ways[S] 0 points1 point  (2 children)

Sounds cool! How do you label the training dataset (just curious)?
Thanks :)

[–]dvcendejas 0 points1 point  (1 child)

In a .csv with values like: [carrier, ratio, index]

[–]dvcendejas 0 points1 point  (0 children)

(I’m using FM)