1974 shaares
6 private links
6 private links
9 results
tagged
audio
Voice command to computer
ffmpeg -i laptop.mp3 -lavfi showspectrumpic=s=800x400 spectrogram.png
Android’s 10 Millisecond Problem, a little understood yet extremely difficult technical challenge with enormous ramifications, prevents these sorts of revenue producing apps from performing in an acceptable manner and even being published (!) on Android at this point in time.
arecord -f cd | ssh -C user@host aplay -f cd
or the other way around
ssh -C user@host arecord -f cd | aplay -f cd