Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor bash scripts #370

Draft
wants to merge 7 commits into
base: naomi-dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions arch_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Core requirements
python3-pip
atlas
openssl
ncurses
gnupg
# dirmngr does not exist
gettext
gcc-fortran
util-linux
jq

# Plugins
## AudioEngine
### PyAudio
#portaudio19-dev
# libasound2-dev
pulseaudio
#pulseaudio-utils
pipewire

## STT
### PocketSphinx is default for wakeword spotting
swig
bison
libpulse

#### Phonetisaurus is used to build dictionaries
gcc
# g++ Does not exist
make
autoconf
libtool
git
#gfortran
autoconf-archive
subversion
swig
bison

# TTS
## flite
flite

# SpeechHandler
## MPDControl
mpd

Loading