Skip to content

eventphone/pocapp-ekg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POCAPP EKG

The script plays an EKG sounds when answering a phone call.

Usage

The script is intend to be used within the Eventphone telephone system.

Convert your audio files

You can use the following sox command to convert your mp3 or wav files to slin:

sox input.mp3 -t raw -r 8000 -c 1 output.slin

You may need to install the sox format handler:

apt install libsox-fmt-mp3

You can use the following command to test your slin file:

mv output.slin output.sln
play output.sln
mv output.sln output.slin

License

Please see the file LICENSE.md for further information about how the content is licensed.

About

Answering a phone call by playing an EKG sound

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages