Live data from Hacker News

Teenage Engineering's PO-32 acoustic modem and synth implementation

github.com

1–10 of 37 posts

Re: Teenage Engineering's PO-32 acoustic modem and synth implementation

#4

> The PO-32 is not receiving finished drum audio when you transfer a sound or a pattern. It receives structured data: Wait, isn't this what MIDI is for?

Sure, but being able to share the 'data dump' at the end of a Youtube Video is so much more fun/likely to be used.

https://youtu.be/TLzAyouLQxw?si=mm6goX-cMyEZkwOI&t=102

Re: Teenage Engineering's PO-32 acoustic modem and synth implementation

#5

> The PO-32 is not receiving finished drum audio when you transfer a sound or a pattern. It receives structured data: Wait, isn't this what MIDI is for?

All it means is that the PO-32 is not a sampler, it's a synthesizer, so it receives a "preset" for the synth rather than an audio sample.

Re: Teenage Engineering's PO-32 acoustic modem and synth implementation

#9

> The PO-32 is not receiving finished drum audio when you transfer a sound or a pattern. It receives structured data: Wait, isn't this what MIDI is for?

It's sending sound parameter information (e.g. filter cutoff at 12khz, resonance at 1.6, Q of 0.89) along with note information (e.g. start playing note A4 with velocity 80). You could absolutely use a MIDI CC channel to convey this information. The OP-32 chooses a different route and encodes this into an audio signal so that it can transmit it over the air using the speaker/mic instead of a wireless stack.

I bet it sounds like a dial-up tone!

Re: Teenage Engineering's PO-32 acoustic modem and synth implementation

#10
Digital modules from Mutable Instruments (and related clones + offshoots) use audio-based data transfer for firmware updates.

Interesting way to give the consumer the ability to change the firmware without having to access the back of the module (there's a way to use a serial JTAG adapter as well).

https://github.com/pichenettes/mutable-dev-environment?tab=r...

Post reply on HN