Project

sibylla

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Ruby voice assistant use festival and pocketsphinx
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 10.4
~> 3.3
 Project Readme

Sibylla

Gem Version Build Status Coverage Status License

Ruby voice assistant use Festival and Pocketsphinx ...

Requirements

  • nix or OS X (pgrep tools) ...
  • Festival and necessary languages ...
  • Pulseaudio
  • Sphinxbase
  • Pocketsphinx

Install

# Gemfile
gem 'sibylla'

or

$ gem install sibylla

Used

Call methods

require 'sibylla'

Sibylla::Speech.new('Пример') # => Say 'Пример'
Sibylla::Speech.new(['Пример', 'два']) # => Say 'Пример - два'

## Configuration

Sibylla.configuration # show all params ... ~/.sibylla/.configuration.yml
Sibylla::Configuration.new(config = {}) # load default and merge params

To be continued ...