jimmy://audio/bytebeat
bb is an rc script for compiling and playing bytebeats on plan9:
usage: bb [file1] [file2]
Input is the body of a C function returning uchar.
If no arguments are given, input is read from stdin;
if one argument is given, input is read from file1;
if two arguments are given, input from file1 and file2
are mixed in stereo. Playback is at 8kHz. DEL exits.
eg: echo 'return ((t>>10)^(t>>10)-2)%11*t&64;' | bb
- 2018-12-07 m2 43 bytes
- 2018-12-07 m1 36 bytes
- 2018-12-07 stereor 47 bytes
- 2018-12-07 yehar2 142 bytes
- 2018-12-06 theory.pdf 175 kilobytes
- 2018-12-07 stereol 47 bytes
- 2018-12-07 duck 150 bytes
- 2018-12-06 guide.pdf 2 megabytes
- 2018-12-07 krag 65 bytes
- 2018-12-08 bb 951 bytes
- 2018-12-07 yehar4 116 bytes