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

Add Numen #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions _data/navlist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
- title: Commercial add-ons
url: addons.html

- title: Numen
url: numen.html

- section: User setups

- section: Tips
Expand Down
2 changes: 2 additions & 0 deletions _pages/blogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Blogs
---
- [HandsFreecoding](http://handsfreecoding.org/) - Techniques and software to code and control computers by voice

- [Numen](https://numenvoice.com/blog/) - Official blog of Numen voice control

- [Explosionduck - Open Source Speech Tools](http://explosionduck.com/wp/introduction-to-voice-programming-part-two-open-source-speech-tools/)

- [Extrahop - Programming by Voice: Staying Productive without Harming Yourself](http://www.extrahop.com/post/blog/programming-by-voice-staying-productive-without-harming-yourself/)
Expand Down
2 changes: 2 additions & 0 deletions _pages/forums.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ title: Forums

- [Dragonfly Gitter Channel](https://gitter.im/sphinx-dragonfly/Lobby) - Text chat room.

- [Numen Matrix Chat](https://matrix.to/#/%23numen:matrix.org) - Numen text chat room.

- [Discord Channel](https://discord.gg/9eAAsCJ) - Castor/Dragonfly text or voice chat room.

- [Stackoverflow for Dragonfly](http://stackoverflow.com/questions/tagged/python-dragonfly)
Expand Down
10 changes: 10 additions & 0 deletions _pages/numen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: page
title: Numen
---

[Numen](https://numenvoice.com) is Free Software voice control that gives people with limited use of their hands full control of their Linux machine. The philosophy is to keep it simple with phrases that work universally.

- [Repository](https://git.sr.ht/~geb/numen)

- [Matrix Chat](https://matrix.to/#/%23numen:matrix.org)
2 changes: 2 additions & 0 deletions _pages/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ layout: page
title: Videos
---

- [Numen Channel](https://peertube.tv/c/numen/videos)

- [Tavis Rudd - Pycon Talk](http://www.youtube.com/watch?v=8SkdfdXWYaI) - Using Python to Code by Voice - (Mar 20, 2013)

- [Tavis Rudd - 5 programming languages in 5 mins, by Voice (Polyglot Conf)](https://www.youtube.com/watch?v=qXvbQQV1ydo) - (Apr 15, 2013)
Expand Down
7 changes: 7 additions & 0 deletions _pages/voicecoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ Caster provides three key types of command:
- `print to console` - `print()`
- `open file` - `open('filename', 'r') as f:`


# Numen
[Numen](https://numenvoice.com) is Free Software voice control that gives people with limited use of their hands full control of their Linux machine. The philosophy is to keep it simple with phrases that work universally.

It's for people who just want a simple keyboard alternative so they can be productive with standard keyboard-focused tools like Vim, tiling window managers and the command line. It leverages the open source [Vosk speech recognition toolkit](https://alphacephei.com/vosk).


# Talon
[Talon](talonvoice.com) aims to bring programming, realtime video gaming, command line, and full desktop computer proficiency to people who have limited or no use of their hands, and vastly improve productivity and wow-factor of anyone who can use a computer.

Expand Down