Skip to content

Commit

Permalink
#000 | port config changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarks1122 committed Feb 7, 2024
1 parent f8b8d27 commit 03fd736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodejs/voice-streaming/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ app.post('/media', async (req, res) => {
language = languageObj.name.trim().toLowerCase()
audioKey = `${category}:${language}`
audioUrl = await getAudio(audioKey)
console.log(`${sessionId} :: audioKey :: ${audioKey}`)

if(!audioUrl) {
audioKey = `${audioKey}:empty`
Expand Down

0 comments on commit 03fd736

Please sign in to comment.