8000 GitHub - notfed/beep: A simple note-playing program that uses PortAudio
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

notfed/beep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#beep

A simple note-playing program using PortAudio, written in C. Public Domain.

#Prerequisites

You must have portaudio. On Ubuntu this can be installed by running something like:

sudo apt-get install portaudio19-dev

Otherwise see portaudio's website.

#Usage

To download and complile:

git clone git@github.com:notfed/beep.git beep
cd beep
make

To play a 440Hz sine wave, run

./beep 440

About

A simple note-playing program that uses PortAudio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0