Skip to main content

A simple virtual analog synthesizer.

Project description

  • Virtual analog synthesizer.

Installation

$ pip install synthesizer

Basic usage

Play 440Hz sine wave

>>> from synthesizer import Player, Synthesizer, Waveform


>>> player = Player()
>>> player.open_stream()
>>> synthesizer = Synthesizer(osc1_waveform=Waveform.sine, osc1_volume=1.0, use_osc2=False)
# Play A4
>>> player.play_wave(synthesizer.generate_constant_wave(440.0, 3.0))

Play chord

# Play C major
>>> chord = [261.626,  329.628, 391.996]
>>> player.play_wave(synthesizer.generate_chord(chord, 3.0))

Supported OS

  • macOS Sierra

  • Ubuntu 16.04

Supported versions

  • Python 2.7

  • Python 3.4 and above

Author

License

  • GPL v3 License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

synthesizer-0.1.2.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

synthesizer-0.1.2-py2.py3-none-any.whl (5.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file synthesizer-0.1.2.tar.gz.

File metadata

File hashes

Hashes for synthesizer-0.1.2.tar.gz
Algorithm Hash digest
SHA256 57f06814d340389a66a7b827e941380fcf6930600410bedb7fd5605e09d4a0f8
MD5 59177407e4345778fdd5a05265afc3e6
BLAKE2b-256 9a0bb64e561ea823355ad43484cace76796750668df882c877fba059ff0f366f

See more details on using hashes here.

File details

Details for the file synthesizer-0.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for synthesizer-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3d3428243bce183962c3d5969f715124ceb6e947c6c976ea3c9a4f35fa73d65c
MD5 a8c9b8a5d9296466ae7d12a2dfd1241c
BLAKE2b-256 de3648a021d2d9dd769d2ee96d54a3fcd63288850be4fe90a4cb264bb3f4cf6d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page