Skip to content
/ Sound Public

A command-line tool for generating .wav files of variable frequency, sample rate, wave function, and more.

Notifications You must be signed in to change notification settings

C0urante/Sound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sound

A command-line tool for generating .wav files of variable frequency, sample rate, wave function, and more.

Build

> make

CLI interface

> ./sound --help
usage: ./sound [-f|--file <file=stdout>]
               [-a|--append <file>]
               [-d|--duration <duration=1000>]
               [-v|--volume <volume=33.333333>]
               [-s|--sample-rate <sample-rate=44100]
               [-w|--wave-function <wave=sine>]
               [-o|--overtones <overtones=0>]
               frequency [frequency ...]

Quick demo

  1. Install Sox
  2. Run: ./playsound -d 2000 -w triangle -o 2 -v 20 440 550 660

About

A command-line tool for generating .wav files of variable frequency, sample rate, wave function, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages