astellon / quartz

Audio I/O library for Crystal based on PortAudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quartz

Quarts is an Audio IO Library.

Installation

  1. Install PortAudio. Read this to get more information about installation for PortAudio.

  2. Add the dependency to your shard.yml:

    dependencies:
      quartz:
        github: astellon/quartz
  3. Run shards install

  4. Write your code!

Usage

Hello Sin examples (output sin wave) is in example/hellosin.

Contributing

  1. Fork it (https://github.com/astellon/quartz/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

Audio I/O library for Crystal based on PortAudio

License:MIT License


Languages

Language:Crystal 100.0%