Skip to main content

Sound generator, synthesizer and editor

Project description

Quick intro

Splat is a programme to generate some audio data which you may call music. It’s written in Python to make it easy to use, and all the crucial processing parts are implemented in C for fast number crunching. It’s distributed under the terms of the GNU LGPL v3 so you remain a free individual when you use it.

Splat is not a programme to generate live audio in real time, at least not at the moment. So it’s better suited to the studio than to the stage.

To install it, clone the repository or download and extract a source archive, then run:

python setup.py install

Then to generate the included piece called “Dew Drop” with an optional reverb:

python dew_drop.py reverb

This creates dew_drop.wav which you can now play with your favourite player.

Beep

Here’s a very small Splat example which creates a 440Hz sound for 1 second, with fade-in and fade-out:

import splat.gen
import splat.filters

gen = splat.gen.SineGenerator()
gen.filters = [splat.filters.linear_fade]
gen.run(0.0, 1.0, 440.0)
gen.frag.save("A440.wav")

verdigris.mu

You can find some splats as well as other music, software and electronics things on verdigris.mu. Some experimental splats can also be heard on SoundCloud. You can send your creations or reactions to info@verdigris.mu.

Download the manual in PDF format to start using Splat.

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

verdigris.mu-splat-1.6.tar.gz (58.2 kB view details)

Uploaded Source

File details

Details for the file verdigris.mu-splat-1.6.tar.gz.

File metadata

File hashes

Hashes for verdigris.mu-splat-1.6.tar.gz
Algorithm Hash digest
SHA256 6b14605347b19b6442debde5d29abbec3559c1e2100bb90c567bdcf93638f277
MD5 638509d576764b1b91a33bcecb414457
BLAKE2b-256 c290f1a1f0f5941485b5991542373130ed8f38f79b6348c1349b307a669d1512

See more details on using hashes here.

Supported by

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