@types/audiobuffer-to-wav
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Installation

npm install --save @types/audiobuffer-to-wav

Summary

This package contains type definitions for audiobuffer-to-wav (https://github.com/Jam3/audiobuffer-to-wav).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/audiobuffer-to-wav.

index.d.ts

interface Options {
    float32?: boolean | undefined;
}

declare function audioBufferToWav(buffer: AudioBuffer, options?: Options): ArrayBuffer;

export = audioBufferToWav;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/audiobuffer-to-wav

Weekly Downloads

3,225

Version

1.0.4

License

MIT

Unpacked Size

2.76 kB

Total Files

5

Last publish

Collaborators

  • types