Skip to content

Commit

Permalink
docs(node-medley): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vittee committed Apr 23, 2024
1 parent a20ce6f commit 3289b5e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions packages/node-medley/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,12 +302,19 @@ export type RequestAudioOptions = {
buffering?: number;

/**
* @deprecated
*
* No longer supported
* @deprecated No longer supported
*/
preFill?: number;

/**
* Audio sample format, possible values are:
* - `Int16LE` - 16 bit signed integer, little endian
* - `Int16BE` - 16 bit signed integer, big endian
* - `FloatLE` - 32 bit floating point, little endian
* - `FloatBE` - 32 bit floating point, big endian
*
* @default FloatLE
*/
format: AudioFormat;

/**
Expand Down

0 comments on commit 3289b5e

Please sign in to comment.