search for: glitchless

Displaying 11 results from an estimated 11 matches for "glitchless".

Did you mean: glitches
2017 Nov 16
1
Gapless concatenation of Opus frames
...d.wav (many small files, decoded) > > Can you hear any of the glitches you mentioned in continuous.wav? If > there's indeed an issue, it can likely be fixed by just adding a small > amount of redundancy to libopusenc. There's no fundamental reason it > can't be perfectly glitchless. > > Cheers, > > Jean-Marc > > > On 11/15/2017 03:00 AM, Andreas Stöckel wrote: >> Hi Jean-Marc (and everyone else who replied), >> >>> Considering you're switching to Ogg, I think you should give libopusenc> a try. It does a really good job at...
2017 Nov 15
2
Gapless concatenation of Opus frames
...tps://github.com/astoeckel/opus_gapless >> >> On 2017-11-13 03:42 PM, Jean-Marc Valin wrote: >>> Hi Andreas, >>> >>> So if I understand your question correctly, what you want is really >>> short "files" that are independent, but yet create a glitchless stream >>> when concatenated, right. For Ogg, this can be implemented with >>> libopusenc and chaining. It works pretty well (even for really tiny >>> files). For WebM, I'm not sure how to handle the details at the >>> container level, but for how to handle t...
2017 Nov 16
0
Gapless concatenation of Opus frames
...alin.ca/misc_stuff/chained.wav (many small files, decoded) Can you hear any of the glitches you mentioned in continuous.wav? If there's indeed an issue, it can likely be fixed by just adding a small amount of redundancy to libopusenc. There's no fundamental reason it can't be perfectly glitchless. Cheers, Jean-Marc On 11/15/2017 03:00 AM, Andreas Stöckel wrote: > Hi Jean-Marc (and everyone else who replied), > >> Considering you're switching to Ogg, I think you should give libopusenc> a try. It does a really good job at getting rid of *all* > discontinuities>...
2003 Apr 16
0
Well done on 4.8!
I had to write a commendation letter to all programmers concerned with putting together the 4.8 verison of FreeBSD. Great job, all of you! Transition from 4.7 was glitchless and smooth. There's lots of things that work better, most noticeably the ability of DRI to stay alive if I start X more than once between boots (using ATI Rage 128 RF AGP with the r128 driver). Couldn't do that with 4.7 - it was good for one X session per identity, then I had to reboot....
2017 Nov 08
4
Gapless concatenation of Opus frames
Hi! Short version of my question: How to produce Opus frames which can be safely concatenated and how to embed them into a WebM file? Long version: I'm currently implementing a web-based audio player which streams audio as opus/WebM using the HTML5 media source extensions. Currently, the server decodes a set of input files to a fixed RAW audio format (stereo, 48000 kHz) and encodes the
2017 Nov 13
3
Gapless concatenation of Opus frames
...fundamentals/media/mse/seamless-playback [3] https://github.com/astoeckel/opus_gapless On 2017-11-13 03:42 PM, Jean-Marc Valin wrote: > Hi Andreas, > > So if I understand your question correctly, what you want is really > short "files" that are independent, but yet create a glitchless stream > when concatenated, right. For Ogg, this can be implemented with > libopusenc and chaining. It works pretty well (even for really tiny > files). For WebM, I'm not sure how to handle the details at the > container level, but for how to handle the transition details (reset and...
2017 Nov 13
0
Gapless concatenation of Opus frames
Hi Andreas, So if I understand your question correctly, what you want is really short "files" that are independent, but yet create a glitchless stream when concatenated, right. For Ogg, this can be implemented with libopusenc and chaining. It works pretty well (even for really tiny files). For WebM, I'm not sure how to handle the details at the container level, but for how to handle the transition details (reset and all), I suggest you...
2017 Nov 16
2
Gapless concatenation of Opus frames
...tps://github.com/astoeckel/opus_gapless >> >> On 2017-11-13 03:42 PM, Jean-Marc Valin wrote: >>> Hi Andreas, >>> >>> So if I understand your question correctly, what you want is really >>> short "files" that are independent, but yet create a glitchless stream >>> when concatenated, right. For Ogg, this can be implemented with >>> libopusenc and chaining. It works pretty well (even for really tiny >>> files). For WebM, I'm not sure how to handle the details at the >>> container level, but for how to handle t...
2016 Jun 01
15
[PATCH 00/15] clk/tegra: improve code and add DFS support
This series adds support for GM20B PLL's Maxwell features, namely glitchless switch and (more importantly) DFS support. DFS lets the PLL lower its output speed according to input current variations, making the clock more stable and allowing it to run safely at lower voltage. All GM20B additions are done in the last patch, which consequently ends up being considerably big ;...
2017 Nov 13
0
Gapless concatenation of Opus frames
...yback > > [3] https://github.com/astoeckel/opus_gapless > > On 2017-11-13 03:42 PM, Jean-Marc Valin wrote: >> Hi Andreas, >> >> So if I understand your question correctly, what you want is really >> short "files" that are independent, but yet create a glitchless stream >> when concatenated, right. For Ogg, this can be implemented with >> libopusenc and chaining. It works pretty well (even for really tiny >> files). For WebM, I'm not sure how to handle the details at the >> container level, but for how to handle the transition de...
2017 Nov 16
0
Gapless concatenation of Opus frames
...el/opus_gapless >>> >>> On 2017-11-13 03:42 PM, Jean-Marc Valin wrote: >>>> Hi Andreas, >>>> >>>> So if I understand your question correctly, what you want is really >>>> short "files" that are independent, but yet create a glitchless stream >>>> when concatenated, right. For Ogg, this can be implemented with >>>> libopusenc and chaining. It works pretty well (even for really tiny >>>> files). For WebM, I'm not sure how to handle the details at the >>>> container level, but for...