UNPKG

n8n-nodes-assemblyai-stream

Version:

n8n node for streaming audio to AssemblyAI using node-microphone

8 lines (7 loc) 239 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class AssemblyAIApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }