Skip to content

Commit

Permalink
readme type
Browse files Browse the repository at this point in the history
  • Loading branch information
aolsenjazz committed Dec 2, 2024
1 parent bcb1764 commit ae88292
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 @@ -92,7 +92,7 @@ create(nChannels, inputSampleRate, outputSampleRate, {
});
```

See examples/worklet for a full implementation example. Configuring libsamplerate-js to work in `AudioWorklets` is less trival than it ought to be due to `AudioWorklet` limitations. _Note that typing support is not avaialble for LibSampleRate within the context of AudioWorklets._
See examples/worklet for a full implementation example. Configuring libsamplerate-js to work in `AudioWorklets` is less trival than it ought to be due to `AudioWorklet` limitations. _Note that typing support is not available for LibSampleRate within the context of AudioWorklets._

### In HTML:

Expand Down

0 comments on commit ae88292

Please sign in to comment.