Skip to content

bitgamma/synthex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synthex

A signal synthesis library. Currently implements basic oscillators and a few filters. Output to WAV file and direct audio output (requires SoX) are supported.

Installation

The package can be installed as:

  1. Add synthex to your list of dependencies in mix.exs:
  def deps do
    [{:synthex, "~> 0.0.1"}]
  end
  1. Ensure synthex is started before your application:
  def application do
    [applications: [:synthex]]
  end

How to use

Please take a look at the examples to see how to use it. Development is at a very early stage now, so things may change and break between releases

TODO

  • More filters (FIR) - coming soon
  • Tests
  • Documentation

About

A signal synthesis library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages