Skip to content

question about audio VAE #36

@nzhang258

Description

@nzhang258

Thanks for the excellent open-source work!

I have a question regarding the audio VAE in this project:

  1. What is the purpose of the audio VAE?
    From the dataset preparation part, it seems that the audio VAE is not involved in encoding or decoding the audio data. Could you clarify its role in the overall architecture or training pipeline?(https://github.com/FunAudioLLM/ThinkSound/blob/master/data_utils/extract_training_audio.py#L80)

  2. Why is the conventional VAE approach (mel-spectrograms → VAE → vocoders) not used?
    It appears that the project does not follow the commonly used pipeline where audio is first converted into mel-spectrograms, then encoded by a VAE, and finally reconstructed by a vocoders. What were the considerations behind this design decision?

I would really appreciate it if you could provide some clarification on this. Thanks again for your great work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions