(baseUrl: string)
| 3 | } |
| 4 | |
| 5 | export function speechEndpoint(baseUrl: string): string { |
| 6 | return `${baseUrl}/v1/t2a_v2`; |
| 7 | } |
| 8 | |
| 9 | export function voicesEndpoint(baseUrl: string): string { |
| 10 | return `${baseUrl}/v1/get_voice`; |
no outgoing calls
no test coverage detected