Skip to content

Instantly share code, notes, and snippets.

View cyrenity's full-sized avatar
🏠
Working from home

Ghulam Mustafa cyrenity

🏠
Working from home
View GitHub Profile
@cyrenity
cyrenity / API Preview
Created September 1, 2024 08:35
Django FreeSWITCH API
Visit following link to view API speficications!
https://app.swaggerhub.com/apis/cyrenity/FooSWITCH/v1
@cyrenity
cyrenity / websock_server_deepgram.py
Created October 26, 2024 12:16
Reference implementation of backend websocket server for mod_audio_fork!
import asyncio
import soundfile as sf
import numpy as np
import json
import websockets
import os
import logging