Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 764 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 764 Bytes

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.