Viewing profile — ArsenArsen
ArsenArsen
HN member- Joined
- Mon, Jan 25, 2021, 9:19 PM UTC
- HN karma
- 105
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About ArsenArsen
Recent public activity
-
comment
Comment #41681959
this is just as much of a problem on binary distros mind you. just because there might be a smaller time delta does not mean that the problem is solved
-
comment
Comment #41089072
WDYM? 'pragmatic' here means 'not necessarily purely microkernel-y if very difficult'. for instance, the memory manager is in the kernel in managarm
-
comment
Comment #35707209
keep in mind that you can't do that, here's a quote that explains it well: Some programs imprudently rely on code such as the following sprintf(buf, "%s some further text", buf); t…
- story
-
comment
Comment #28229230
I had anticipated the overhead of XML being brought up, hence the other suggestions there, which is anything + jsonschema. jsonschema was used for illustrative purposes, it's a lot…
-
comment
Comment #28229218
I don't think it's much worse than CSV, with it's inflexible structure, not allowing for any formatting to be inserted. As for weird schemas, that really is an implementation speci…
-
comment
Comment #28229121
AFAICT, XML fulfils all of the requirements of this. It is self describing, rigorously defined for the machine, highly flexible, highly extensible, human readable, text-based and a…
-
comment
Comment #27650730
TeamSpeak has cemented Mumbles paradigm in the minds of many, many mainstream people years before Discord existed. Mumble works pretty much the same in terms of convenience and sim…
-
comment
Comment #27649948
They also support RNNoise, and everyone who knows me knows I love RNNoise! :)
-
comment
Comment #25987201
I'm pretty sure the switch you're talking about is hardware level. If you want to turn rnnoise on/off you could create a new pcm rather than overriding the default, and then having…
-
comment
Comment #25986599
There's no GUI for it, but I'm willing to help you with it. If you have no asoundrc (i.e. you let ALSA figure it out for you) the example in the README will work. Otherwise you can…
-
comment
Comment #25981299
Coming back with information from #xiph on freenode: 16:57 where and under what license is the training data used for RNNoise? 18:38 ArsenArsen: There's a copy of what I believe is…
-
comment
Comment #25980663
Right now there's no such feature in place, but I imagine keeping the buffer from before denoising and mixing it into the denoised result (plus the multiplication) will do what you…
-
comment
Comment #25980594
There's an issue tracker on that page, under tickets, but I'd prefer if you took a discussion to the attached mailing list first before it hits the official tracker. As for packagi…
-
comment
Comment #25979997
I'd be quite interested in such an article, again, my goal (besides VoIP) is screencasting and/or streaming, so any bit of advice someone with experience might have is greatly usef…
-
comment
Comment #25979590
+1, that data is CC0, and I believe that's all the data that was used for training.
-
comment
Comment #25979585
It is possible to use VST2 on Windows. This way you get RNNoise and the advantages of Free software. https://github.com/werman/noise-suppression-for-voice
-
comment
Comment #25979492
There is training instructions in the repository. The training scripts appear to be using some pretty standard ML libraries (I'm seeing keras and mentions of tensorflow), so I imag…
-
comment
Comment #25979453
I believe Pulse also has a LADSPA module that you could try.
-
comment
Comment #25979452
The plugin uses very little CPU, and is entirely inactive when not in use (i.e. when data isn't being pulled => the transfer function isn't being called) due to how ALSA works EDIT…
-
comment
Comment #25978323
The documentation is a bit poor. The original data is available for download (with more info about the entire process, most of which is outside of my grasp as I am not an ML person…
-
comment
Comment #25978114
Ever since I got a new microphone I've been having issues with large quantities of background noise, primarily typing sounds, leaking in through my microphone. A friend of mine had…
- story
-
comment
Comment #25956806
Ever since I got a new microphone I've been having issues with large quantities of background noise, primarily typing sounds, leaking in through my microphone. A friend of mine had…
- story