Add opusframes package with encoding/decoding #13

Merged
xbazzi merged 3 commits from of-encoder-decoder into master 2025-02-07 12:20:35 -07:00
3 changed files with 1 additions and 1 deletions
Showing only changes of commit 6a6ea03e0b - Show all commits

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
testfile.wav testfile.wav
play.opus play.opus
output.opus output.opus
*.of
.env .env
*.wav *.wav
*.opus *.opus

View File

@ -175,7 +175,6 @@ func downloadVideo(url string) error {
"-i", "-i",
"-q", "-q",
"-f", "bestaudio", "-f", "bestaudio",
"-x",
"-o", "-o",
"vid.%(ext)s", "vid.%(ext)s",
url) url)

BIN
vid.of

Binary file not shown.