Skip to content
/ tuna Public
forked from Theodeus/tuna

An audio effects library for the Web Audio API.

Notifications You must be signed in to change notification settings

luruke/tuna

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest news

Moog style filter, Ping Pong Delay and Bitcrusher added! Also, make sure you update your filter nodes to use strings instead of integers for filter type!

tuna

An audio effects library for the Web Audio API. Concieved at DinahMoe, open source since 2012.

tuna, tuna, tuna

Effect list:

  • Overdrive (6 different algorithms)
  • Filter
  • Cabinet
  • Delay
  • Convolver (Reverb)
  • Compressor
  • WahWah
  • Tremolo
  • Phaser
  • Chorus
  • Bitcrusher
  • Moog Filter
  • Ping Pong Delay

Usage

Check the wiki: https://github.com/Theodeus/tuna/wiki

In the wild

This is a very incomplete list of places where Tuna.js is used.

http://www.jamwithchrome.com/ - Jam With Chrome allows you to jam online with your mates across the globe using an assortment of instruments and effects. There's even a mode for dummies!

http://looplabs.com/beta - Looplabs is a collaborative cloud based music studio that lets anyone, regardless of technical skills or ability, quickly and easily make professional quality music anywhere, anytime and with anyone.

http://www.websynths.com/ - Browser-based microtonal midi instrument

Notice

Ownership of the tuna repo has been transferred. The old Dinahmoe/tuna repo should be redirected here, but we recommend updating your remotes using:

git remote set-url origin https://github.com/Theodeus/tuna.git

or, if you use ssh:

git remote set-url origin git@github.com:Theodeus/tuna.git

About

An audio effects library for the Web Audio API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • HTML 1.6%