Questions tagged [dsp]
5 questions
4
votes
1 answer
De-obfuscate a picture with statistical information?
I need to get this kind of information into numbers, how?
Perhaps…
user2362
2
votes
1 answer
What is (was) the Qualcomm Hexagon "Comet Board"?
The Linux mainline kernel includes support for the Qualcomm Hexagon DSP architecture in arch/hexagon. The maintainer listed in MAINTAINERS is:
QUALCOMM HEXAGON ARCHITECTURE
M: Richard Kuo
L: …
Jonathan Ben-Avraham
- 2,244
- 3
- 22
- 21
2
votes
1 answer
Pipe output of jack_cpu_load through sed
In the shell, when I pipe jack_cpu_load through sed, or cut, no matter what options I use it stops printing just before the lines I want to see.
jack_cpu_load | sed -n 8p will print:
Jack: JackClient::kActivateClient name = jack_cpu_load ref =…
user57649
- 69
- 1
- 7
0
votes
1 answer
Alsa vdownmix config - how to use with different devices?
I am trying to configure ALSA to downmix 5.1 surround audio to 2.0 stereo. There is an ALSA output plugin vdownmix that seems to do exactly this, but I can only seem to use it with my onboard audio instead of my USB soundcard, despite the USB…
4oo4
- 153
- 1
- 6
0
votes
1 answer
Image (having text-and-numbers) to text-file matching [:alnum:] nicely with some Unix -tool?
Suppose a photograph with text and numbers. I want to manage it in my editor with tools such as grep, standard text-processing things such as Vim's block-highlighting and also more advanced things such as Gimp's magic-wand-style pattern…
user2362