Skip to content

97mams/generateAudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

179 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GenerateAudio 🎧🧠

GenerateAudio is a full-stack application that converts text into downloadable audio files.
It is built with AdonisJS for the backend and React for the frontend.

This project demonstrates how to create a simple Text-To-Speech (TTS) workflow using a modern JavaScript stack.


πŸš€ Features

  • πŸŽ™οΈ Convert text into audio
  • πŸ“₯ Download generated audio files
  • βš›οΈ Frontend built with React
  • πŸ› οΈ Backend API built with AdonisJS
  • πŸ”Œ Easily extensible with external Text-To-Speech services (Google, Azure, ElevenLabs, etc.)

πŸ“¦ Installation

This project uses a monorepo structure with separate backend and frontend folders.

Clone the repository

git clone https://github.com/97mams/generateAudio.git
cd generateAudio

Install dependances

pnpm install

Create your environment file

cp .env.example .env

Start the server

pnpm -r dev

πŸ› οΈ Tech Stack

Layer Technology
Backend AdonisJS (Node.js)
Frontend React.js
Language TypeScript / JavaScript
Package Manager npm / pnpm

About

Text to Audio Generator – Turn your text into downloadable audio 🎧πŸ“₯ Built with AdonisJS βš™οΈ + React βš›οΈ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors