8000 GitHub - kshoji/AudioPipe: Play the sound using un*x pipe(for Mac OS X)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kshoji/AudioPipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AudioPipe

Play the sound using un*x pipe(for Mac OS X)

Compile & Install

Just make; make install Installation directory is /usr/local/bin (see Makefile)

Usage

  • play white noise

cat /dev/random | audiopipe -r 44100

perl -e 'for(;;$t++){print pack("C",$t*((($t>>12)|($t>>8))&(63&($t>>4))));}' | audiopipe

Appendix: Videopipe

Utility to display bitmap generated by any processes' output.

perl -e 'for(;;$t++){print pack("C",$t*((($t>>12)|($t>>8))&(63&($t>>4))));}' | audiopipe -o | videopipe

Type 'f' key to toggle full screen mode.

License

Apache License, Version 2.0

About

Play the sound using un*x pipe(for Mac OS X)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0