Skip to content

mrmcwethy/Adafruit_CircuitPython_Waveform

 
 

Repository files navigation

Introduction

Documentation Status Gitter

This library generates simple waveforms that can be used to generate different type of audio signals.

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Usage Example

This example generates one wavelength of a 440hz sine wave when played at 16 kilosamples per second:

from adafruit_waveform import sine
wave = sine.sine_wave(16000, 440)

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

API Reference

.. toctree::
   :maxdepth: 2

   api

About

CircuitPython library to generate single wavelength waveforms.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%