https://github.com/linuxsuren/audacity-label-plugin
Convert Audacity label track to more formats
https://github.com/linuxsuren/audacity-label-plugin
audacity label-track
Last synced: 12 months ago
JSON representation
Convert Audacity label track to more formats
- Host: GitHub
- URL: https://github.com/linuxsuren/audacity-label-plugin
- Owner: LinuxSuRen
- Created: 2022-05-19T09:26:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T09:43:21.000Z (over 3 years ago)
- Last Synced: 2025-02-05T03:16:24.677Z (about 1 year ago)
- Topics: audacity, label-track
- Language: JavaScript
- Homepage: https://linuxsuren.github.io/audacity-label-plugin/
- Size: 615 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[audacity](https://github.com/audacity/audacity) is a very powerful audio editing tool.
## Plug-in
You can export a timeline or LRC text via a Nyquist plugin. Add the label plugin into your Audacity with the following steps:
> Attention: Nyquist does not support unicode characters. For example: Chinese characters.
- Open `Tools` -> `Nyquist Plug-in Installer`
- Choose `label.ny`, then confirm
- Open `Add/Remove Plug-ins`
- Find your plug-in from the new state, then enable it
How to use it?
- Open or create an Audacity project
- Add a label track from the menu `Edit` -> `Labels`, then add some text labels
- Select all tracks
- Export it from the menu `Tools` -> `Label export`
## UI
You can convert the format via UI. Visit [here](https://linuxsuren.github.io/audacity-label-plugin/).
## CLI
The `label` command be able to convert more formats from the Audacity label text file.
Let us export the label text file first:
- Open menu `File` -> `Export` -> `Export Labels`
then, execute the following command:
```shell
label your-label.txt
```
### Feature
- Convert to Markdown
- Convert to LRC (TODO)