UNPKG

@uppy/audio

Version:

Uppy plugin that records audio using the device’s microphone.

8 lines 399 B
export interface AudioSourceSelectProps { currentDeviceId: string | MediaStreamTrack | null | undefined; audioSources: MediaDeviceInfo[]; onChangeSource: (value: string) => void; } declare const _default: ({ currentDeviceId, audioSources, onChangeSource, }: AudioSourceSelectProps) => import("preact").JSX.Element; export default _default; //# sourceMappingURL=AudioSourceSelect.d.ts.map