tone 15.1.13 → 15.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,7 @@ export interface RecorderOptions extends ToneAudioNodeOptions {
16
16
  * A wrapper around the MediaRecorder API. Unlike the rest of Tone.js, this module does not offer
17
17
  * any sample-accurate scheduling because it is not a feature of the MediaRecorder API.
18
18
  * This is only natively supported in Chrome and Firefox.
19
- * For a cross-browser shim, install (audio-recorder-polyfill)[https://www.npmjs.com/package/audio-recorder-polyfill].
19
+ * For a cross-browser shim, install [audio-recorder-polyfill](https://www.npmjs.com/package/audio-recorder-polyfill).
20
20
  * @example
21
21
  * const recorder = new Tone.Recorder();
22
22
  * const synth = new Tone.Synth().connect(recorder);
package/Tone/version.ts CHANGED
@@ -1 +1 @@
1
- export const version: string = "15.1.13";
1
+ export const version: string = "15.1.15";