Audio Synthesis by Generative Adversarial Network (GAN)

9 views (last 30 days)
Has anyone worked in audio synthesis using GAN?
I am trying to implement the matlab code using magnitude and phase information (e.g. 128x128x2), which means I have two images one for magnitude and one for phase. Mainly, GANSynth work. The spectrogram based implementation MATLAB already provides. I want to check the results for my audio dataset (not music) using both Magnitude and Phase spectrograms. Any help would be highly appreciated.

Answers (1)

jibrahim
jibrahim on 24 Sep 2020
Hi Hina,
Please check this exaample:
Train Generative Adversarial Network (GAN) for Sound Synthesis
It only uses magnitude information (and reconstructs the phase), but it should get you started.

Categories

Find more on Audio Processing Algorithm Design in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!