Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 751 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 751 Bytes

pieces-voice-chat

A simply cli that allows you to have conversations with Pieces OS using just your voice.

Installation

  1. Clone the repository and switch to the project directory
git clone https://github.com/mason-at-pieces/pieces-voice-chat.git
cd pieces-voice-chat
  1. Install the dependencies
npm install
  1. Run the application
npm run start

or you can use the prebuild docker image (currently only on Linux, for MacOS and Windows you need a way to passthrough a microphone to the container)

# make sure your microphone is connected to the host machine and can be accessed by the operating system
docker run -it --device /dev/snd:/dev/snd ghcr.io/mason-at-pieces/pieces-voice-chat:latest