All Projects → vim-scripts → Speech

vim-scripts / Speech

Speech to text and text to speech via google speech api

Labels

Projects that are alternatives of or similar to Speech

Vim Independence
A vim plugin for loading (git) project specific vim settings
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Devlindo.vim
Ultimate productivity boost for Vim.
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Haskomplete.vim
A vim ftplugin for magical contextual haskell code completions
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Freeswitch log vim syntax
Vim syntax for Freeswitch logs
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Reading Vimrc
vimrc読書会資料集
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Zdict.vim
A vim plugin integrate with zdict - the last online dictionary framework you need.
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Vim Rspec Focus
Helpers for focused rspec testruns.
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Vimux Ipy
To send python code from vim to ipython running within a tmux split (with either visually selected code or with IPython like cells).
Stars: ✭ 11 (+0%)
Mutual labels:  viml
Puppet Multipuppetmaster
A setup for multiple puppetmaster and one puppeteer who manges them
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Vim Textobj Rubysymbol
Text object for manipulation of ruby symbol variables
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Dotfiles
My Vim dotfiles.
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Vim confs
Personal Vim configurations with focus on a few programming languages (Python, Perl, Ruby and Go) and MacVim.
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Molokai Terminal
A molokai-like theme for 16-color terminals and a 256-color theme for vim.
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Ftl Vim Syntax
Vim syntax for FTL (FreeMarker Template Language)
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Vimrc
My personal vim config. Now with organisation! :-)
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Vim
VIM config
Stars: ✭ 9 (-18.18%)
Mutual labels:  viml
Cu.vim
vim plugin for conversion camelCase and underscoreCase
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Vim Tsv
Tab Separated Value niceties for Vim
Stars: ✭ 11 (+0%)
Mutual labels:  viml
Php.vim Html Enhanced
combination of the php indent file and the html indent file
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml
Vim Simplebar
A simple non-attention-seeking Vim status line.
Stars: ✭ 10 (-9.09%)
Mutual labels:  viml

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3762

Speech.vim - Speech to text and text to speech via google speech api. Copyright (C) <2011> Onur Aslan [email protected]

Speech to text: r for record your voice and press again to convert to text and append after cursor.

Text to speech: s to get speech of your current line.

Requiments: In order to run this script, you need ffmpeg (with flac encode support), wget and mplayer. This also works under UNIX like systems.

This script uses ALSA to record your voice. If you have trouble when you recording your voice, try to change SpechHwId variable. It comes with hw:0,0 default. You can test your hw id with:

ffmpeg -f alsa -ar 16000 -ac 2 -i hw:0,0 -acodec flac -ab 96k out.flac

'arecord -l' will give you list of audio devices.

You can change language with SpeechLang variable.

LICENSE:

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].