https://github.com/resemble-ai/resemble-streaming-demo
https://github.com/resemble-ai/resemble-streaming-demo
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/resemble-ai/resemble-streaming-demo
- Owner: resemble-ai
- Created: 2023-11-07T07:44:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T16:18:06.000Z (over 1 year ago)
- Last Synced: 2023-12-16T17:25:40.805Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://resemble-streaming-demo.vercel.app
- Size: 162 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
First configure the environment settings:
1. Rename `example.env` to `.env`
2. Inside the `.env` file, replace `` with your resemble api key
3. Replace `` with your project UUID
4. Replace `` with your voice UUID
5. Replace `` with your streaming endpoint.Next run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.