You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
530 B
29 lines
530 B
4 months ago
|
---
|
||
|
title: "Light Server"
|
||
|
description: "A lightweight voice server for your 0"
|
||
|
---
|
||
|
|
||
|
## Overview
|
||
|
|
||
|
The Light server streams bytes of audio to an ESP32 and the Light Python client.
|
||
|
|
||
|
### Key Features
|
||
|
|
||
|
- Lightweight
|
||
|
- Works with ESP32
|
||
|
- Can use local options for Speech-to-Text and Text-to-Speech
|
||
|
|
||
|
## Getting Started
|
||
|
|
||
|
### Prerequisites
|
||
|
|
||
|
Make sure you have navigated to the `software` directory before proceeding.
|
||
|
|
||
|
### Starting the Server
|
||
|
|
||
|
To start the Light server, run the following command:
|
||
|
|
||
|
```bash
|
||
|
poetry run 01 --server light
|
||
|
```
|