A Next.js-based chat application demonstrating the usage of the Voice Live API.
Try the Live Demo.
- 🔄 Real-time speech conversations
- 🛠️ Configurable conversation settings
- Node.js (version 18 or higher)
- npm or yarn
- Clone the repository:
git clone <repository-url>
cd <project-directory>
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser.
Note: the
rt-client
package is a modified version, source code is available in this repo