sbenthall / deeptune

Music style transfer
MIT License
2 stars 0 forks source link

Reconstruct song (in mp3 form) from fragment series #13

Open sbenthall opened 4 years ago

sbenthall commented 4 years ago

The neural network operates on 'fragments' of a song: a numerical array representing a ~1 second clip.

The plan for music style transfer (for now) is to operate on these fragments. But we need a way to reconstruct a listenable some from these fragments after the transfer.

Build the song reconstruction steps.

sbenthall commented 4 years ago

Problems with current implementation: