mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add some logging
This commit is contained in:
parent
cd9c2e50b5
commit
f25b9f09a7
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ export class RealisticTextToSpeech implements TextToSpeech {
|
|||
}
|
||||
|
||||
const requestUrl = `${apiEndpoint}${voiceId}`
|
||||
console.log('using voice id', voiceId, requestUrl)
|
||||
|
||||
const response = await axios.post<Buffer>(
|
||||
requestUrl,
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue