search for: l800

Displaying 3 results from an estimated 3 matches for "l800".

Did you mean: 0800
2020 Apr 19
0
Stop opusenc from generating any comments?
...39;ve tried using `--comment ENCODER=` but that adds a duplicate tag. My limited knowledge of C suggests that the following lines in opusenc.c are where the magic happens: https://github.com/xiph/opus-tools/blob/master/src/opusenc.c#L480 https://github.com/xiph/opus-tools/blob/master/src/opusenc.c#L800 So, would it be possible to add a `--no-metada` option to completely suppress any metadata from being written? I realise this is a niche requirement! I'm trying to create tiny audio files where every byte saved is important. I can use Mutagen to remove the metadata, but I'd like a way not...
2020 Jun 19
0
Antw: [EXT] Stop opusenc from generating any comments?
...nt ENCODER=` but that adds a duplicate tag. > > My limited knowledge of C suggests that the following lines in opusenc.c > are where the magic happens: > https://github.com/xiph/opus-tools/blob/master/src/opusenc.c#L480 > https://github.com/xiph/opus-tools/blob/master/src/opusenc.c#L800 > > So, would it be possible to add a `--no-metada` option to completely > suppress any metadata from being written? Hi! Despite of the request that may make sense, I always found this kind of metadata useful, especially when it turned out that a specific encoder had a bug. So I could...
2019 May 31
4
[libnbd] Simultaneous read and write
This is a continuation of a discussion we were having on IRC. The problems with IRC are it's not recorded and it's hard to have deep technical conversations. I hope this is a decent summary. Problem simply stated: Certain NBD servers (qemu-nbd in particular) are able to simultaneously read and write on a socket. ie. They can be simultaneously reading a request and writing the reply to