Skip to content

A small project that allows you to have voice-enabled conversations with Pieces OS.

Notifications You must be signed in to change notification settings

mason-at-pieces/pieces-voice-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small project that allows you to have voice-enabled conversations with Pieces OS.

Resources

Stars

Watchers

Forks