Re: [arch-general] Speech recognition
Am Samstag, den 15.09.2012, 00:43 +0200 schrieb Ralf Mardorf:
is there a recommended free as in beer speech recognition for the German and English language?
Depends on your needs. I made quite good experience with julius¹ ([AUR]²) and simon for the german language which can be found on voxforge³. In the voxforge-repository⁴ are also other german stuff.
The information about Linux speech recognition I found until now is outdated, resp. meager.
https://wiki.archlinux.org/index.php/Speech_Recognition ¹ julius.sourceforge.jp ² https://aur.archlinux.org/packages.php?K=julius ³ http://www.voxforge.org ⁴ http://www.repository.voxforge1.org/downloads/de/
On Sat, 2012-09-15 at 02:14 +0200, olli@coderkun.de wrote:
Am Samstag, den 15.09.2012, 00:43 +0200 schrieb Ralf Mardorf:
is there a recommended free as in beer speech recognition for the German and English language?
Depends on your needs. I made quite good experience with julius ([AUR]) and simon for the german language which can be found on voxforge. In the voxforge-repository are also other german stuff.
Thank you :) The way I would use it, depends to the abilities. I don't have real needs regarding to SR, I'm just curious. Regards, Ralf -- It's not tolerable that the Islam tries to force the free world to forbid free expression, especially not if people simply tell the truth or if they make satire that isn't demagogically. Even demagogically material wouldn't make civilized people killing people and burning houses.
On Sat, 2012-09-15 at 02:14 +0200, olli@coderkun.de wrote:
I made quite good experience with julius¹ ([AUR]²) and simon for the german language
Hi :) I compiled and installed Julius from http://aur.archlinux.org/packages.php?ID=29210 and then I build Simon from https://aur.archlinux.org/packages.php?ID=14718 , but I can't install it. Did you install Julius and Simon on the same Linux install? [spinymouse@archlinux simon]$ pacman -Qi julius Version : 4.2.1-1 Architecture : x86_64 [spinymouse@archlinux simon]$ grep arch= PKGBUILD arch=('x86_64') [spinymouse@archlinux simon]$ sudo pacman -U *xz Targets (1): simon-0.3.0-1 (1/1) checking package integrity (1/1) loading package files (1/1) checking for file conflicts error: failed to commit transaction (conflicting files) simon: /usr/bin/adintool exists in filesystem simon: /usr/bin/dfa_minimize exists in filesystem simon: /usr/bin/mkfa exists in filesystem simon: /usr/include/julius/acconfig.h exists in filesystem simon: /usr/include/julius/[snip] simon: /usr/include/sent/adin.h exists in filesystem simon: /usr/include/sent/[snip] Errors occurred, no packages were upgraded. I'll read the Juliusbook http://sourceforge.jp/projects/julius/downloads/47534/Juliusbook-4.1.5.pdf/ , however could you please send an example command for listening to a mic by ALSA and to output the text to an editor? Regards, Ralf
Am Sonntag, den 16.09.2012, 03:09 +0200 schrieb Ralf Mardorf:
I compiled and installed Julius from http://aur.archlinux.org/packages.php?ID=29210 and then I build Simon from https://aur.archlinux.org/packages.php?ID=14718 , but I can't install it. Did you install Julius and Simon on the same Linux install?
I use only the acoustic model¹ of Simon. To create my grammar I followed the guide² on Voxforge. To listen to the default ALSA-input i called Julius with $ALSADEV="default" julius -input alsa -C ./simon.jconf ¹ http://www.repository.voxforge1.org/downloads/de/Trunk/AcousticModels/voxfor... ² http://www.voxforge.org/home/dev/acousticmodels/linux/create/htkjulius/tutor...
On Sun, 2012-09-16 at 12:33 +0200, olli@coderkun.de wrote:
I use only the acoustic model¹ of Simon. To create my grammar I followed the guide² on Voxforge.
To listen to the default ALSA-input i called Julius with
$ALSADEV="default" julius -input alsa -C ./simon.jconf
Thank you :) our mail is flagged and test Julius ASAP. Unfortunately I need to fix some audio issues first. Regards, Ralf
participants (2)
-
olli@coderkun.de
-
Ralf Mardorf