Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/NaomiProject/Naomi

The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
https://github.com/NaomiProject/Naomi

Add codacy badge

d2595612eedd3d784a380aabc4274552bcd2d7d9 authored over 9 years ago by Jan Holthuis <[email protected]>
Merge pull request #328 from Holzhaus/fix-issue-327

witai-stt: small fix to check if result is empty

bdff3feb8120a06818f951cd0b308a767d431e30 authored over 9 years ago by Jan Holthuis <[email protected]>
witai-stt: small fix to check if result is empty

Fixes a rare condition when Wit.ai returns a NoneType. Resolves jasperproject/jasper-client#327.

a692cbb9ac6da4097c5ec1f93c4f9d75510bd8a0 authored over 9 years ago by Jan Holthuis <[email protected]>
Merge pull request #322 from albrnick/passive_stt_config

Add config option to allow different stt engines for passive and active modes

b71f4e27839f45caea7a5b9f05dc115a998d6ced authored over 9 years ago by Jan Holthuis <[email protected]>
Added config file changes

b0f4d44ff3f36362fdfb0c5b1e15ff742b9030c5 authored over 9 years ago by Nick Albright <[email protected]>
Merge pull request #297 from x-hamiltonian/patch-1

Fixed AT&T engine requests.post( )

1b593a2478f355b09cb246f87afa149da8981ade authored over 9 years ago by Jan Holthuis <[email protected]>
Merge pull request #307 from Holzhaus/update-contributing-guidelines

Update contributing guidelines

d124346f07aa9b365f0b384b094b360392cb9787 authored over 9 years ago by Jan Holthuis <[email protected]>
Merge pull request #308 from Holzhaus/fix-code-style

Fix code style

cb0cea5a20584ed76629f013083f0690573cc984 authored over 9 years ago by Jan Holthuis <[email protected]>
tests/test_modules.py style fix: correct indentation

ba22e40afe1b01fd715ac28728d01ebe146f65d9 authored over 9 years ago by Jan Holthuis <[email protected]>
jasper.py: Move module-level import to top of file

638b76b7277667dddba23c6a9eb059c9697b0a81 authored over 9 years ago by Jan Holthuis <[email protected]>
populate.py style fix: Use def instead of lambda expression

e380252d98f8382ad8f51b45b4940e26dd4604d0 authored over 9 years ago by Jan Holthuis <[email protected]>
diagnose.py: Move module-level import to top of file

af53d05284e89ad7bcf5b832e9c1cb49c2fb6289 authored over 9 years ago by Jan Holthuis <[email protected]>
Update contributing guidelines

fbd643a072c75e58c571d0f61db99a357ad690ae authored over 9 years ago by Jan Holthuis <[email protected]>
Merge pull request #304 from Holzhaus/fix-wrong-exception-logger

Fix invalid keyword argument

f872c6db250f517cec2c3269e351b701f1860340 authored over 9 years ago by Jan Holthuis <[email protected]>
Fix invalid keyword argument

This resolves #303.

0c1df0bba0a0318b3795387d6ff6f7e1f52a9081 authored over 9 years ago by Jan Holthuis <[email protected]>
Fixed AT&T engine requests.post( )

https://api.att.com/oauth/token changed to https://api.att.com/oauth/v4/token

edad75b803a83c4b457f111f0c91a5eb1bbd0284 authored over 9 years ago by x-hamiltonian <[email protected]>
Typo fixes

144f2d0f8aca3d2d93f00ce5cde30c8e665fd3c8 authored over 9 years ago by Jan Holthuis <[email protected]>
Update README.md

42855497a6530241f3d0dda2f172b824bdfafabd authored over 9 years ago by Jan Holthuis <[email protected]>
Update README.md

f780c2fb204a9d33d004154c2768926f61257bde authored over 9 years ago by Jan Holthuis <[email protected]>
Merge pull request #285 from Holzhaus/julius-stt-engine

Added basic Julius STT engine and vocabcompiler

83e79cd1791c2bb988fe587302725ad66614ffaf authored over 9 years ago by Jan Holthuis <[email protected]>
Merge pull request #286 from Holzhaus/flite-tts-engine

Added flite tts engine

0425e0cfcbd22ea225baafa066fea4de16b5c436 authored over 9 years ago by Jan Holthuis <[email protected]>
Remove VoxForge dict from repo (incompatible license)

b49f33e370f7d83a5a46600ca06caa2d21eef380 authored almost 10 years ago by Jan Holthuis <[email protected]>
Make archive_member_name configurable in Julius vocabcompiler

aac5ca0308013b1ca18f547a79c7fd986dfe7718 authored almost 10 years ago by Jan Holthuis <[email protected]>
Added flite tts engine

e3edf52c7d4b8973c67e8a7af74f5c376ad2c49d authored almost 10 years ago by Jan Holthuis <[email protected]>
Julius STT error logging improved

b969d376add9df2f325a736272089bf20e972942 authored almost 10 years ago by Jan Holthuis <[email protected]>
Added basic Julius STT engine and vocabcompiler

142cb27434b806b6986a5afe7d6e883142ec35ba authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #284 from Holzhaus/pocketsphinx-logging

Better error-checking/logging during Pocketsphinx STT engine init

dd418d67d9d51da20c2f938a5fce82cd207c09e7 authored almost 10 years ago by Jan Holthuis <[email protected]>
Better error-checking/logging during Pocketsphinx STT engine init

678f4d05ced8c704609ee90e53aafbec8b3d6e3d authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #279 from Holzhaus/update-readme

Update readme

89453b483f2fcb72027c63e33b744d3e533e15e7 authored almost 10 years ago by Jan Holthuis <[email protected]>
Updated copyright notice in jasper.py

3bfa5fa247ffabb3c5468b1294dce31cd75c31a3 authored almost 10 years ago by Jan Holthuis <[email protected]>
Added AUTHORS and LICENSE file and updated README

148dbb757d5b44de6df1a1cfb74862e9ab70134c authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #273 from Holzhaus/wit-stt-engine

Added witai-stt-engine to client.stt module

6ef351faec6978a13ea466c03e6db4ca3c742357 authored almost 10 years ago by Jan Holthuis <[email protected]>
Wit.ai STT code further improved

7993577e2a91d4449a4e0531d2aa5a96333c615b authored almost 10 years ago by Jan Holthuis <[email protected]>
Use latest wit.ai API version in STT engine

aba23e356bd741713d3844ffe52018ca47b6562c authored almost 10 years ago by Jan Holthuis <[email protected]>
Added witai-stt-engine to client.stt module

This was asked for in a comment at PR #118

5cce608f8ad081b6d59569ea31f366aec6f3c772 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #272 from Holzhaus/use-travis-caching

Use Travis-CI's caching for pip requirements

8b917cac2b55ec1d90b3aa260c2ba8553327cd31 authored almost 10 years ago by Jan Holthuis <[email protected]>
Use Travis-CI's caching for pip requirements

fc5db4b3c9e5681890c09cf550798777438754d4 authored almost 10 years ago by Jan Holthuis <[email protected]>
Switch to Travis-CI's container-based infrastructure

5511a58e7678467579c84535a0a8cd324ea75a08 authored almost 10 years ago by Jan Holthuis <[email protected]>
Update test_g2p.py

7bc4e9a611e9fc3734b236a8b3b80cc0fd38d3ee authored almost 10 years ago by Jan Holthuis <[email protected]>
Show coverage report directly in travis build log

f1d61e4469fda38d5a88f1882c7c3c71a274df09 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #271 from Holzhaus/avoid-unittest-skipping

Avoid skipping too many tests (raises test coverage on travis-ci)

f2c98be4a4574fd44cd5db53bae24e7d40853713 authored almost 10 years ago by Jan Holthuis <[email protected]>
Avoid skipping too many tests (raises test coverage on travis-ci)

5cf1e2b5ed9765958b989ca779fc5a1851687e7f authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #270 from Holzhaus/split-unittests

Split unittests into separate files and move them to tests/

b99cdef42b6e8e6ad5c50270de8176996cbbbfbc authored almost 10 years ago by Jan Holthuis <[email protected]>
Add skip conditions to unittests for dependency checking

f530ed820f155871e7d3f33deddc1da37b439628 authored almost 10 years ago by Jan Holthuis <[email protected]>
Split unittests into separate files and move them to tests/

3b0d6625ce13eb61f60c63fdc8afa28e7c30e261 authored almost 10 years ago by Jan Holthuis <[email protected]>
Fix module import paths in standard plugins

479eec9ca85dc6ac062b57a4b9e2f89f0268e0d4 authored almost 10 years ago by Jan Holthuis <[email protected]>
Added package to module import path in Joke plugin

ec73e039b48bfa939ca8e1f1836cacf0e17d93d7 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #269 from Holzhaus/pocketsphinx-vocabcompiler-fix

Better error handling in g2p module

e47d55d4a01bdd6f953ecd71355b8393aeb37733 authored almost 10 years ago by Jan Holthuis <[email protected]>
Better error handling in g2p module

8ee8ea9c6a490f11455931dbd418f3f1b182469f authored almost 10 years ago by Jan Holthuis <[email protected]>
Remove unused import from diagnose.py (Fixes #266)

d9a86213f3323d69566932e8270e5dbc0ecb1d47 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #259 from Holzhaus/print-overhaul

Print overhaul

5b212e1e9bf5b5f4b9d49a3420f282257eac6435 authored almost 10 years ago by Jan Holthuis <[email protected]>
Change client.stt loglevel to INFO, so that users can see what was transcribed without having to use --debug

601b14cf7efef9b1126d52caff9d9bc751352f02 authored almost 10 years ago by Jan Holthuis <[email protected]>
No more prints in STT engines, log them with info instead

039947998757b6b55700e4fe017d1a30587e3b2e authored almost 10 years ago by Jan Holthuis <[email protected]>
Use Python-3-style print function to match coding style

This also makes a possible transition to Python 3.x easier

779b50073732261006511effdd60bd907deddc54 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #258 from Holzhaus/update-requirements

Update requirements

9fb4c25a3ced52ab6a2709e5c6d6196e45867265 authored almost 10 years ago by Jan Holthuis <[email protected]>
sort requirements.txt file

63f261291c608db3ca88506a43170542d3cdebdf authored almost 10 years ago by Jan Holthuis <[email protected]>
Update versions in requirements file

a3e577442132a9f71bdd11de51c5959fc50ae218 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #257 from Holzhaus/apscheduler-bump-to-v3

Migrate from APScheduler 2.1.2 to 3.0.1

24b133b20b95e54e9cd77ef834d06e0caf457dd0 authored almost 10 years ago by Jan Holthuis <[email protected]>
Migrate from APScheduler 2.1.2 to 3.0.1

68ed1cd22d91a4ccfc2aa160035427aa0d72a926 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #256 from Holzhaus/marytts-logging-improvements

Improve logging on communication failure with marytts server

93af4257080e711331ac45ad757f9bddf595a9fe authored almost 10 years ago by Jan Holthuis <[email protected]>
Improve logging on communication failure with marytts server

025c20243c74c40def5bc872382eb2a5b6b51e29 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #244 from Holzhaus/att-stt-engine

Added AT&T Speech-to-Text engine

b69dd1025d1a7fa0bf0ba7d2bb260143e633b1b5 authored almost 10 years ago by Jan Holthuis <[email protected]>
Rename AT&T STT engine class to AttSTT

f762f2220a4627dcc532a32def8b29464062d32e authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #246 from Holzhaus/google-stt-engine-fixes

Improve Google STT engine.

7bbf1fc207b33fcbc588372cbcf8ea803fe08152 authored almost 10 years ago by Jan Holthuis <[email protected]>
Generate google-stt request_url only on api_key/language change and convert results to uppercase

ced8e37c0f24cbca78f3dc71c66ecbc8b25c2e05 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #254 from Holzhaus/apscheduler-daemon-fix

Run APScheduler in daemon mode and shut it down at exit

468321c1d522192ddb66d6d93339ce989530d221 authored almost 10 years ago by Jan Holthuis <[email protected]>
Run APScheduler in daemon mode and shut it down at exit

16f192fca6918d7a99029e34b22d244450dacbc7 authored almost 10 years ago by Jan Holthuis <[email protected]>
Remove unused import from client/stt.py

9380afc64ead018ea1831ddaed89d68a7082bd28 authored almost 10 years ago by Jan Holthuis <[email protected]>
Improve Google STT engine.

3a0c4c29793966b11de53d02c33258cc0a58d563 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #245 from Holzhaus/fix-stt-typos

Fix typos in client/stt.py

56f65ffbb1298d5644d1f29f6fe91a1cddea05e4 authored almost 10 years ago by Jan Holthuis <[email protected]>
Fix typos in client/stt.py

e5de8db2ab121e1966fbd2e543fd7e501e61d38b authored almost 10 years ago by Jan Holthuis <[email protected]>
Small bugfix in tts.py

0f6fbfe07cf8a578338f179ffec42375c318dc68 authored almost 10 years ago by Jan Holthuis <[email protected]>
Add a detailed docstring to ATandTSTT engine class

d110f82f9c3019e85c707f1e32b0e12960e92b40 authored almost 10 years ago by Jan Holthuis <[email protected]>
Replace wront comment

58b2ac259faa9074fb1e5d6ad62d879bbc85fd6f authored almost 10 years ago by Jan Holthuis <[email protected]>
Added AT&T Speech-to-Text engine

bd58c58b3a6cd7c0230c340b1d41dc9563d0db51 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #238 from claidiere/master

On OSX Yosemite version 10.10. The system is called "Darwin" not "darwin"

614bb090d499010523b2f35c9031081f3f5e8401 authored almost 10 years ago by Shubhro Saha <[email protected]>
on OSX Yosemite version 10.10. The system is called "Darwin" not "darwin". I lower the platform.system() call

57d76b14e8ef8f8cf3418fb3d0afe31c98276e16 authored almost 10 years ago by Cedric Claidiere <[email protected]>
Fix typo in logging output

f12fa52c7badd7acc10fc54fdf99bdddc6b68c78 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #233 from Holzhaus/pyaudio-init-logging

Added log message for PyAudio initialization

0e9a08475babbe56a9bc9c80e18437380c3c2c04 authored almost 10 years ago by Jan Holthuis <[email protected]>
Added log message for PyAudio initialization

37d4c6f35ec6715d8cf80896305034ee51c82492 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #224 from Holzhaus/fix-weather-plugin

Fix support for multi-word city names (Weather module)

3ad1ceea30ca9e2fca2886bb7406cfe126fc1139 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #219 from Holzhaus/remove-transcription-mode

Remove transcription mode

56f4433be7f9fe0e909c38f0e6c2a5df62bc9d63 authored almost 10 years ago by Jan Holthuis <[email protected]>
Remove TranscriptionMode and improve STT engine initialisation

8bac1e610bf027cc09b51dcfda1f07d222fbd779 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #229 from Holzhaus/marytts-support

Add config options for TTS engine (+ MaryTTS support)

c44b77271563c3107f2816ba5d1fc653a257a1f6 authored almost 10 years ago by Jan Holthuis <[email protected]>
Update API in tts.py __main__

f8e2d2bb18080ebd9c9dd4b932ccbdd068e94e60 authored almost 10 years ago by Jan Holthuis <[email protected]>
Add config options to tts engines

0b13916bafdfb5d06418f19db2058775d52da39c authored almost 10 years ago by Jan Holthuis <[email protected]>
Adapt STT engine API from PR jasperproject/jasper-client#219 in tts.py

335cd905970dc52424611120f02df522ae10c0d3 authored almost 10 years ago by Jan Holthuis <[email protected]>
Added MaryTTS engine

c12b2ebebd63c28cd67e748e79e7e876fced6512 authored almost 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #228 from Holzhaus/fix-string-format-bug

Fix bug #227: Not all arguments converted during string formatting

4ff5a97a083f90b1248649c8333f9b5fab117237 authored almost 10 years ago by Jan Holthuis <[email protected]>
Fix bug #227: Not all arguments converted during string formatting

316bb0ec9420310ba3be91f6dad57d069359a58f authored almost 10 years ago by Jan Holthuis <[email protected]>
Fix Weather testcase

The only change here is that the test profile location has been changed from "08544" (US zipcode...

5e4bab9df512aaeaf735036901c55bdc3dbdb1b8 authored about 10 years ago by Jan Holthuis <[email protected]>
Fix support for multi-word city names (Weather module)

Also, add support for setting a wmo_id directly in your config file.

This fixes jasperproject/j...

ed26aad08d86b4afba9b0ab331dca0255fd00911 authored about 10 years ago by Jan Holthuis <[email protected]>
Use jasperpath in stt.py (bugfix no. 2)

090eb91ae97f76f25fd8b3dc248f982a14f1395c authored about 10 years ago by Jan Holthuis <[email protected]>
Use jasperpath in stt.py (bugfix)

99fd48fee075592f0f0c20db42041052134cba80 authored about 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #222 from Holzhaus/updated-gitignore

Revised .gitignore with comments

b457254fdae851504341391036d0bb523d5bfd31 authored about 10 years ago by Jan Holthuis <[email protected]>
Revised .gitignore with comments

Removed old tempfiles that should not be created anymore

85b78caa2ab2dd20e06c19ac17aa374d6dd1c681 authored about 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #221 from Holzhaus/fix-keyword-detection-regression

Fix keyword detection regression in Mic.passiveListen()

06382ce4fe9b7736b7df23034918ff201a203d11 authored about 10 years ago by Jan Holthuis <[email protected]>
Fix keyword detection regression in Mic.passiveListen()

Prior to commit 6bb87e20423e41f1bb79e6af285fe4d49cf1359a (Handle all Google Speech options, Pull...

72f2747f1c37296110a01b2a2f7c8d9b945e099c authored about 10 years ago by Jan Holthuis <[email protected]>
Nit: fix variable naming in client/vocabcompiler.py

32218ec9f9e52dbd492d9b02add24729da319e50 authored about 10 years ago by Jan Holthuis <[email protected]>
Merge pull request #181 from Holzhaus/vocabcompiler-abstraction

Rewrite of vocabcompiler

f1ffdd71347c94b3934e9a04a504084053072dea authored about 10 years ago by Jan Holthuis <[email protected]>