Skip to content

AffanBasra/PiperTTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Audio Streaming Server Overview This project sets up a FastAPI server for streaming audio files and handling WebSocket connections. It includes endpoints for:

Streaming audio files via HTTP GET requests.

Streaming audio data through WebSocket connections.

Receiving user input as text.

Shutting down the server gracefully.

Features WebSocket Endpoint: Streams audio data in real-time to clients over WebSocket. HTTP GET Endpoint: Streams audio files in chunks over HTTP. User Input Endpoint: Receives and returns user-provided text. Shutdown Endpoint: Allows for graceful shutdown of the server. Requirements Python 3.7 or higher FastAPI Uvicorn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors