1.0.4 • Published 6 months ago

@types/audiobuffer-to-wav v1.0.4

Weekly downloads
149
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for audiobuffer-to-wav 1.0
// Project: https://github.com/Jam3/audiobuffer-to-wav
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

interface Options {
    float32?: boolean | undefined;
}

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

export = audioBufferToWav;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:16 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

1.0.4

6 months ago

1.0.3

7 months ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

5 years ago