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
play.opus
output.opus
*.of
.env
*.wav
*.opus

View File

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

BIN
vid.of

Binary file not shown.