Viewing profile — gavv42
gavv42
HN member- Joined
- Fri, May 03, 2019, 5:38 AM UTC
- HN karma
- 161
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About gavv42
No profile information was provided.
Recent public activity
-
story
Show HN: Roc VAD – macOS virtual device for audio streaming
Roc VAD[1] implements a virtual audio device for macOS that acts as network sender on receiver. It works on top of Roc Toolkit[2] and can be used with any compatible senders and re…
- story
- story
- story
- story
- story
- story
-
comment
Comment #20049773
AFAIK zita-njbridge is quite similar to Roc, but it's JACK-specific and has no loss recovery.
-
comment
Comment #20049770
Right. You can as well configure the FEC block size (it should be smaller than the target latency), the length of network packets, the length of internal audio frames in the pipeli…
-
comment
Comment #20046234
So far I mostly tested Roc on several 2.4 Ghz Wi-Fi networks. You can usually expect 100-500 ms in this case (depending on the network). See "Typical configuration" in this article…
- story
- story
-
comment
Comment #19834182
That small experiment in my post does not include a correct latency estimation. I just configured all three transports with the desired latency. Actually I'm thinking about writing…
-
comment
Comment #19834141
Thanks :)
-
comment
Comment #19831401
Interesting, thanks for sharing.
-
comment
Comment #19831386
Great! > How far are you with supporting multiple sampling rates Roc currently supports arbitrary input/output rates but only a single network rate (44100). If the network rate dif…
-
comment
Comment #19831355
I agree, calling it low was not quite correct. See the thread above: https://news.ycombinator.com/item?id=19828567 I didn't perform serious testing on latencies below 100ms yet. I'…
-
comment
Comment #19831337
> 300ms is still noticably laggy when the audio is part of a video. Agree. > Some media players can delay their audio to account for playback delay in the audio device, if the audi…
-
comment
Comment #19829146
Thanks. > Few questions: how do you 'capture' PCM stream in case of ALSA? It is straight forward to create a PA sink and plug it into PA configuration, but I am wondering about pur…
-
comment
Comment #19828567
I see your point. Many audio streaming apps requires 1-2 seconds latency (especially on Wi-Fi), that's why I called the 100-300 ms range "low". 100ms is the minimum I've seriously …
-
comment
Comment #19828282
Thanks. > Does it support h323? No, and there were no plans yet. But we probably can add support if someone will need it.
-
comment
Comment #19827941
Thanks for info. > is there a reason to duplicate the work ? I don't know yet. When the time comes to implementation we'll look whether we can re-use either the code or ideas or ma…
-
comment
Comment #19827827
Currently, no. Windows port is in our roadmap but not a priority right now. However, if someone would want to maintain it, I'm ready to accept PRs and help with porting.
-
comment
Comment #19827788
Thanks. > Opus would be great with ROC because in case of buffer over/under runs the codec provides features to mask dropouts based on previous content. This is critical when using…
-
comment
Comment #19827587
Not yet. This is in our roadmap however.