Skip to content

Commit

Permalink
fix readme type
Browse files Browse the repository at this point in the history
  • Loading branch information
aolsenjazz committed Oct 15, 2023
1 parent 50e864f commit b6f67d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ LibSampleRate.create(nChannels, inputSampleRate, outputSampleRate, {
// project.js
const audioContext = new AudioContext({ sampleRate: 44100 });
await audioContext.audioWorklet.addModule('processor.js');
// You can also bundle libsamplerate.worklet.js with your own application; cnd link provided for convenience
// You can also bundle libsamplerate.worklet.js with your own application; cdn link provided for convenience
await audioContext.audioWorklet.addModule(
'https://cdn.jsdelivr.net/npm/@alexanderolsen/libsamplerate-js/dist/libsamplerate.worklet.js'
);
Expand Down

0 comments on commit b6f67d5

Please sign in to comment.