This commit is contained in:
billy 2025-10-01 07:37:13 -04:00
parent dc4f7a4cbc
commit 1c8a2f38c3
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/usr/bin/env bash
pyuic5 ui.ui -o ui.py pyuic5 ui.ui -o ui.py

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/usr/bin/env bash
# creates a 5 second long empty mp3 file # creates a 5 second long empty mp3 file
ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 5 -q:a 9 -acodec libmp3lame out.mp3 ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 5 -q:a 9 -acodec libmp3lame out.mp3