-
On Linux and macOS it's easy:
```sh
apt-get install libopus0 libvpx5 # Debian
pacman -S opus libvpx # Arch
brew install opus libvpx #macOS
```
But I have no idea how to do it on Windows. 😐
-
Hello, I have been trying to use opus libs for months now but I can't achieve it.
If someone could tell me how exactly compile executable decoder/encoder for Windows using MinGW, I would be very gr…
-
On page 27 of "Ogg Encapsulation for the Opus Audio Codec" [1], the recommendations for encoders is to have a pre-skip value of (delay_samples + extra_samples). Extra_samples is defined there as at l…
-
Original [issue 1129](https://code.google.com/p/ddb/issues/detail?id=1129) created by Alexey-Yakovenko on 2014-06-06T14:50:00.000Z:
Хотелось бы иметь возможность записывать обложку альбома в теги.
З…
-
The latest version is being flagged as a virus by Windows Defender and Firefox.
Could you provide an additional ZIP file to prevent these issues in the future, please?
-
I would love to be able to send text to the TTS and get back an audio file.
```shell
mods "my prompt" | mods -m tts-1-hd --play -o my_audio.m4a
```
In the example above the response from the fir…
-
[Opus](https://opus-codec.org/) provide more effective quality and impressive compression than ogg with [major browser support](http://caniuse.com/#feat=opus)
Especially, [opus 1.2](https://people.…
-
Fedora has slightly different conventions and package names, the Boost libraries they use are slightly different as well. I installed all the dependencies, but sunshine still won't build.
```
[ara…
-
I have written some python code to connect to a channel, stream, remove first 9 bytes from the data packets, condense them into one text file and save.
From there I am having trouble turning that r…
ghost updated
1 month ago
-
when the project is build with VS2015.
error show:
C1083 Cannot open include file: 'ogg/ogg.h': No such file or directory
C1083 Cannot open include file: 'opus.h': No such file or directory
sh…