Skip to content

Instantly share code, notes, and snippets.

View vinitpayal's full-sized avatar
🎯
Focusing

vinit payal vinitpayal

🎯
Focusing
View GitHub Profile
@vinitpayal
vinitpayal / stream_client.js
Last active August 19, 2024 16:03
stream test with javascript
const endpoint = "http://127.0.0.1:5015/getConversation"
const fd = JSON.stringify({
"sourceLang1AudioPath": "../data/input/mandarin.wav",
"sourceLanguage": "mt",
"destinationLanguage2": "hi",
"destinationLanguage3": "en",
"sourceLang1TextPath": "/tmp/asr_demo_2.txt",
"destinationLang2TextPath": "/tmp/mt_demo_2.txt",
"destinationLang3TextPath": "",