opposite of sig~
hi,
is there an object that converts audio signals into regular numbers?
so the opposite of sig~...
thanks!
snapshot~, peakamp~ and number~ depending on your usage scenario (and possibly others, too).
[number~] 's right outlet
I'd prefer [snapshot~] because no UI thread consumption compared to [number~] ... if no UI required, of course. That's my paranoid CPU consumption behavior :-/
thanks a lot, guys!