https://github.com/agentmaker/paddle-ddsp
A DDSP model implementation of PaddlePaddle version.
https://github.com/agentmaker/paddle-ddsp
Last synced: 9 months ago
JSON representation
A DDSP model implementation of PaddlePaddle version.
- Host: GitHub
- URL: https://github.com/agentmaker/paddle-ddsp
- Owner: AgentMaker
- License: apache-2.0
- Created: 2022-05-24T12:52:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T02:19:20.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T04:41:26.633Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paddle-DDSP
## Introduction
* A DDSP model implementation of PaddlePaddle version, refer to [acids-ircam/ddsp_pytorch](https://github.com/acids-ircam/ddsp_pytorch) and [magenta/ddsp](https://github.com/magenta/ddsp) repos
* This is a relatively simple project, the effect of timbre conversion is not very good
## Usage
* Command version:
```bash
$ python predict.py \
[-c ckpt](optional) \
[-i input audio (*.wav)](optional) \
[-o output audio (*.wav)](optional)
```
* GUI version:
```bash
$ python predict_gui.py
```
