0.0.2 • Published 3 months ago

@soundws/audio-mix-service-client v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

soundws/audio-mix-service-client

A client to interact with the Audio Mix Service

Mix Audio

import Mix from '@soundws/audio-mix-service-client';

const client = Mix.create({
  fetchOptions: {
    headers: {
      Authorization: 'Bearer mytoken',
    },
  },
});

const { url } = await client.createMix({
  filename: 'download-as-this-filename.wav',
  sources: [
    {
      src: 'https://your-cdn.com/stems/drums.wav',
      volume: 0.1,
    },
    {
      src: 'https://your-cdn.com/stems/vocals.wav',
      volume: 0.1,
    },
  ],
});
0.0.2

3 months ago

0.0.2-beta.0

8 months ago

0.0.2-beta.1

8 months ago

0.0.2-beta.2

8 months ago

0.0.1

12 months ago

0.0.1-beta.2

1 year ago

0.0.1-beta.1

1 year ago

0.0.1-beta.0

1 year ago