You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added linux
* add libjack0 for linux - attempt to fix missing audacity libs
* updated linux requirements for audacity
* attempt to fix libjackd installation
* added portaudio for linux
* portaudio shared libs only
* added tmate session
* fixed audacity config path
* increased timeout
* added portaudio
* attempt to install audacity with ubuntu packages
* print processes before killing
* attempt to wait for audacity
* keep audacity running
* removed ubuntu build for now
* run linux on my machine
* fixed audacity start for windows
* skip python installation for self hosted runner
* keep audacity running
* do not fail fast
* removed the need in pyperclip
* attempt to use xvfb
* added github actions ubuntu
* attempt to fix xvfb for github runner
* removed self hosted runner
* updated docs
* removed grep before kill
-[ ] End Goal - Prepare videos for voice-clone-finetuning-vits
36
38
37
-
## Known Issues
39
+
<!-- available_commands_end -->
38
40
39
-
- macOS prints Audacity's server logs (`Server sending`, `Read failed on fifo, quitting`, etc.) - documented in [JOURNEY.md](./JOURNEY.md)
41
+
## Getting Started
40
42
41
-
## Available Commands
43
+
All the commands assume that the _Audacity_ application is up and running; That is mandatory as we communicate with [_Audacity_'s pipe](https://manual.audacityteam.org/man/scripting.html) to execute all the commands.
44
+
45
+
> **NOTE**: See the [GitHub Actions Tests Workflow](https://github.com/unfor19/audacity-scripting/actions/workflows/test.yml) to check it in action.
46
+
47
+
### Available Commands
42
48
43
49
Auto-generated by [unfor19/replacer-action](https://github.com/marketplace/actions/replacer-action), see [readme.yml](https://github.com/unfor19/frigga/blob/master/.github/workflows/readme.yml)
44
50
@@ -61,20 +67,12 @@ Commands:
61
67
version-print Get the version from the version file.
62
68
```
63
69
64
-
<!-- available_commands_end -->
65
-
66
-
## Getting Started
67
-
68
-
All the commands assume that the _Audacity_ application is up and running; That is mandatory as we communicate with [_Audacity_'s pipe](https://manual.audacityteam.org/man/scripting.html) to execute all the commands.
69
-
70
-
> **NOTE**: See the [GitHub Actions Tests Workflow](https://github.com/unfor19/audacity-scripting/actions/workflows/test.yml) to check it in action.
71
-
72
70
### Remove spaces between clips
73
71
74
72
This command copies the original file and removes spaces (gaps) between audio clips from the copied file.
0 commit comments