bytebeat@1Bytebeat
contract
One ASCII expression interpreted by a bounded parser as mono unsigned 8-bit PCM.
- media type
- text/x-bytebeat
- maximum
- 4,096 bytes
- canvas
- oscilloscope
- rate
- 8 kHz audio
- duration
- 120 seconds
- input
- play / stop
restrictions
- No eval or dynamic property access; the AST is capped at 32 levels and 256 nodes.
- Arithmetic wraps to signed int32 before output is converted to unsigned 8-bit PCM.
- Playback begins only after a listener gesture.
- Byte count is the exact raw primary payload. Host, manifest, source, transport, and preview bytes are excluded.