()
| 44 | const REFERENCE_AUDIO = 'https://example.com/reference-voice.wav' |
| 45 | |
| 46 | const createAdapter = () => |
| 47 | falSpeech('fal-ai/index-tts-2/text-to-speech', { apiKey: 'test-key' }) |
| 48 | |
| 49 | function createMockSpeechResponse(audioUrl: string, contentType?: string) { |
| 50 | return { |
no test coverage detected