Earlier quoted context omitted.
Yes, but the holes were intentionally constructed such that the end result is predictable. There is a difference between pretending to be the original raw data, and pretending to be whatever data will most likely fit .
And that's why Packet Loss Concealment is only used to fill in the occasional lost packet. That way, the occasional vowel or the end of a syllable could be bridged over. Other improvements exist to prevent packet loss in the first place that are much less in make-samples-up territory.
Opus 1.5 released: Opus gets a machine learning upgrade
141–150 of 151 posts
Re: Opus 1.5 released: Opus gets a machine learning upgrade
#142Re: Opus 1.5 released: Opus gets a machine learning upgrade
#143Earlier quoted context omitted.
A person creating a codec doesn't choose if it's globally adopted. System implementors (like for example Slack) do. You're don't have to tell the open source dev anything. You don't owe them to include their implementation. And if their contribution was to the final system, sure, it's the owner's choice what the threshold for acceptable contribution is. In the same way they can set any other benchmark. > Your same ar…
The grandparent provided an argument why we might not want to use an algorithm, even if it provided a Pareto improvement. I suggested that the same argument could be used to say that we should actively degrade performance of the algorithm, in the name of equity. This is absurd, and illustrates that the GP argument is maybe not as strong as it appears.
Changing codecs in practice takes years/decades, so you always have time to stop, think and tweak things.
Re: Opus 1.5 released: Opus gets a machine learning upgrade
#144Earlier quoted context omitted.
"Inferior" is relative. The main focus of LC3 was, as the name suggests, complexity. This is hearsay: Bluetooth SIG considered Opus but rejected it because it was computationally too expensive. This came out of the hearing aid group, where battery life and complexity are a major restriction. So when you compare codecs in this space, the metric you want to look at is quality vs. CPU cycles. In that regard LC3 outperfo…
Regarding complexity, do you have any hard numbers? Can't find anything more than handwaving
Re: Opus 1.5 released: Opus gets a machine learning upgrade
#145Earlier quoted context omitted.
"Inferior" is relative. The main focus of LC3 was, as the name suggests, complexity. This is hearsay: Bluetooth SIG considered Opus but rejected it because it was computationally too expensive. This came out of the hearing aid group, where battery life and complexity are a major restriction. So when you compare codecs in this space, the metric you want to look at is quality vs. CPU cycles. In that regard LC3 outperfo…
Regarding complexity, do you have any hard numbers? Can't find anything more than handwaving
I did a quick test with the Google implementation (https://github.com/google/liblc3) which is about 2x faster than Opus. To be honest, I expected a bigger difference, though it's just a superfical test.
A few things that also might be of relevance why they picked one over the other:
- suitability for DSPs
- vendor buy-in
- robustness
- protocol/framing constraints
- controlRe: Opus 1.5 released: Opus gets a machine learning upgrade
#146Earlier quoted context omitted.
Regarding complexity, do you have any hard numbers? Can't find anything more than handwaving
I remember seeing published numbers based on instrumented code, but could not find it. I did a quick test with the Google implementation ( https://github.com/google/liblc3 ) which is about 2x faster than Opus. To be honest, I expected a bigger difference, though it's just a superfical test. A few things that also might be of relevance why they picked one over the other: - suitability for DSPs - vendor buy-in - robust…
- Well, 2x is nothing to write home about.
- DSP-compatibility probably considered but never surfaced as a reason, so hard to guess investigation results. + Pricing and availability of said DSP modules
- Robustness - well, that's one of the primary features of opus, battle tested by WebRTC, WhatsApp etc. (including packet loss concealment (PLC), Bit-Rate Redundancy (LBRR) frames)
- Algorithmic delay for opus is low, much lower than older BT codecs, so that definitely wasn't a deal breaker
- Ability to make money out of standard is definitely important thing to have
Re: Opus 1.5 released: Opus gets a machine learning upgrade
#147Earlier quoted context omitted.
I remember seeing published numbers based on instrumented code, but could not find it. I did a quick test with the Google implementation ( https://github.com/google/liblc3 ) which is about 2x faster than Opus. To be honest, I expected a bigger difference, though it's just a superfical test. A few things that also might be of relevance why they picked one over the other: - suitability for DSPs - vendor buy-in - robust…
Thanks for checking it, appreciated - Well, 2x is nothing to write home about. - DSP-compatibility probably considered but never surfaced as a reason, so hard to guess investigation results. + Pricing and availability of said DSP modules - Robustness - well, that's one of the primary features of opus, battle tested by WebRTC, WhatsApp etc. (including packet loss concealment (PLC), Bit-Rate Redundancy (LBRR) frames) -…
VoIP in general experiences full packet loss, meaing if a single bit flips the entire packet is dropped. For radio links like Bluetooth it's possible to deal with some bit flips without throwing the entire packat away.
Until 1.5 Opus PLC was in my opinion it's biggest weakness, compared to other speech codecs like G.711 or G.722. A high compression ratio causes bit flips to be much more destructive.
As for making moeny, Bluetooth codecs have no license fees.
Re: Opus 1.5 released: Opus gets a machine learning upgrade
#148Earlier quoted context omitted.
Thanks for checking it, appreciated - Well, 2x is nothing to write home about. - DSP-compatibility probably considered but never surfaced as a reason, so hard to guess investigation results. + Pricing and availability of said DSP modules - Robustness - well, that's one of the primary features of opus, battle tested by WebRTC, WhatsApp etc. (including packet loss concealment (PLC), Bit-Rate Redundancy (LBRR) frames) -…
If used in a small device like a hearing aid, a 2x factor can have a significant impact on battery life. VoIP in general experiences full packet loss, meaing if a single bit flips the entire packet is dropped. For radio links like Bluetooth it's possible to deal with some bit flips without throwing the entire packat away. Until 1.5 Opus PLC was in my opinion it's biggest weakness, compared to other speech codecs like…
Opus was intentionally designed so that the most important bits are in the front of the packet, which can be better protected by your modulation scheme (or simple FEC on the first few bits). See slide 46 of https://people.xiph.org/~tterribe/pubs/lca2009/celt.pdf#page... for some early results on the position-dependence of quality loss due to bit errors.
It is obviously never going to be as robust as G.711, but it is not hopeless, either.
Re: Opus 1.5 released: Opus gets a machine learning upgrade
#149I just want to mention that getting such good speech quality at 9kbps by using NoLACE is absolutely insane.
The quality left a little to be desired...!