Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 942 Bytes

README.rst

File metadata and controls

34 lines (22 loc) · 942 Bytes

rswt.py

The RobertSonics WavTrigger is an audio player for wave files. Audio playback can be controlled through a serial port.

rswt.py is a python library for the WavTrigger that uses the python serial library to control the audio player.

Documentation

Documentation for the library is on the Github project page

A users guide for the WavTrigger is on the RobertSonics website

Install

The module supports Python 2.7 and Python 3.3 onwards:

pip install rswt

or:

pip3 install rswt

Source code

The project is hosted on Github