Skip to content

Commit

Permalink
Refactor web server. Move feedback sounds to dialogue system.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hansen committed Mar 30, 2020
1 parent 059841b commit 1047c57
Show file tree
Hide file tree
Showing 22 changed files with 30 additions and 20 deletions.
5 changes: 5 additions & 0 deletions bin/rhasspy-voltron
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ fi

profile_dir="${user_profiles}/${profile_name}"

# Set environment variables
export RHASSPY_BASE_DIR="${src_dir}"
export RHASSPY_PROFILE="${profile_name}"
export RHASSPY_PROFILE_DIR="${profile_dir}"

# Extra arguments to pass to web server
extra_web_args=("$@")

Expand Down
5 changes: 5 additions & 0 deletions debian/bin/rhasspy
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ fi

profile_dir="${user_profiles}/${profile_name}"

# Set environment variables
export RHASSPY_BASE_DIR="${rhasspy_dir}"
export RHASSPY_PROFILE="${profile_name}"
export RHASSPY_PROFILE_DIR="${profile_dir}"

# -----------------------------------------------------------------------------

set -e
Expand Down
2 changes: 1 addition & 1 deletion rhasspy-dialogue-hermes
2 changes: 1 addition & 1 deletion rhasspy-nlu-hermes
2 changes: 1 addition & 1 deletion rhasspy-rasa-nlu-hermes
2 changes: 1 addition & 1 deletion rhasspy-server-hermes
2 changes: 1 addition & 1 deletion rhasspy-silence
2 changes: 1 addition & 1 deletion rhasspy-supervisor
2 changes: 1 addition & 1 deletion rhasspy-tts-cli-hermes

0 comments on commit 1047c57

Please sign in to comment.