Voicer icon indicating copy to clipboard operation
Voicer copied to clipboard

Microsoft Hackathon Project - Live Voice Mixing App

logo

Voicer · PRs Welcome

🎉 ✨ An Online livestream audio mixer

0. Table of Contents

  • Setup
  • Development and Production

1. Setup

git clone https://github.com/Scya597/Voicer.git
npm install

2. Development and Production

2.1 To develop the project

npm run dev

2.2 Build production bundle and run the server

npm run build
npm start

3. Usage

  • Say something to your microphone and tune the params on the circle to get different sounds.
  • Press the key on the circle to tune the params.
  • You should better open with chrome,and put on your earphone to get better user experience.
  • Enjoy!