AxAudioInput Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAudioInput.md type AxAudioInput

AxAudioInput

TypeScript
type AxAudioInput = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/audio/types.ts#L50

Properties

channels?

TypeScript
optional channels: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/audio/types.ts#L56


data

TypeScript
data: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/audio/types.ts#L51


filename?

TypeScript
optional filename: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/audio/types.ts#L54


format?

TypeScript
optional format: AxAudioFormat;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/audio/types.ts#L52


mimeType?

TypeScript
optional mimeType: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/audio/types.ts#L53


sampleRate?

TypeScript
optional sampleRate: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/audio/types.ts#L55

Docs