sbenthall / deeptune

Music style transfer
MIT License
2 stars 0 forks source link

Improve audio quality in audio -> array -> audio round trip #7

Closed sbenthall closed 6 years ago

sbenthall commented 6 years ago

A lot of audio quality is lost in the round trip between audio, array representation, and audio.

This is as of these changes:

https://github.com/sbenthall/deeptune/commit/7e24fb95bd0e9b8fe9eefb1cc89de45fe47f7483

Discover if there's a way to fix this. Consult an expert

sbenthall commented 6 years ago

I DID improve this, by not dropping the complex component of amplitude (to get to decibels) before doing the merge.