Go For AI
Type in the search box above for quick search in Pluingtutor.
BECOME A CONTRIBUTOR
Interested in getting your articles published with us ?
Powered By:

Melodics

Using Web Audio API

At first you have to create the a single instance of AudioContext Which can support multiple sound inputs.

That means a single AudioContext instance can manage single or multiple Sources to a single Destination.

The connection between Source and Destination doesn’t need to be direct, it can go through any number of AudioNodes like audio filter, effects, audio gain etc. which act as audio effects for the audio signal.

Web audio API
modular routing

or

modular routing2

For using web audio API you have to create instance fast.

Example :

Create Instance

window.AudioContext = window.AudioContext||window.webkitAudioContext;

context = new AudioContext();

Load Sound

var source = context.createBufferSource();
source.buffer = Buffer;
source.connect(context.destination);
source.start(0);

The API supports loading audio file data in multiple formats, such as WAV, MP3, AAC, OGG

Tags: ,

Comments are closed.

AI MUSIC FOR YOUR CREATIVE UNIVERSE

Generate Music

Collaborate with AI to create, customize and release unique music to social media,

Tags

GreatSynthesizers

RYK Modular 100M modules: creative art!
… there are moments when you wish you had a bank account with no limits. All the beautiful – and… Read more
Waldorf Protein: first member of a new product line
Small, handy, colorful, and affordable… Waldorf is keeping up with the latest synthesizer trends and launched its new product line… Read more
AS500-SEQ – a different kind of analog step sequencer
This is a tool for creative musicians. With 64 (2×32) steps, the AS500-SEQ offers flexible step/row combinations that break up… Read more
Oberheim OB-1 – unrivaled lead-synth with memories
The OB-1 belongs to the timeless elite of classic mono synthesizers. It ranks among the very best and shares its… Read more
  • Post Categories
  • Search Topic
    Powered By:

    Melodics

    logowordpressSelect Option