Displaying 20 results from an estimated 31 matches for "zaf".
Did you mean:
za
2015 Aug 28
3
Anyone doing speech to text?
I have a similar situation here, I want to include TTS in my asterisk IVR
system. Could someone give suggestion(s) please, I prefer open-source
thanks in advance!
Chatila, A. C.
P. O. Box 365,
Kihesa Street, Njombe, Tanzania.
*Mob:* +255 765 154 235
*Whatsapp:* +255 653 258 608
*Website:* chax.me.tz
On Thu, Aug 27, 2015 at 9:07 PM, Steve Edwards <asterisk.org at sedwards.com>
wrote:
2004 May 07
1
RPC net start
...le can tell).
Is there any client/program that can send "net start" requests to windows
boxes.
The ability to start a program as a service on a windows box remotely would
obviously be very handy.
I am aware of VNC, however it is not suitable for automated tasks.
Nick
- --
Nick 'Zaf' Clifford <zaf@nrc.co.nz> GnuPG: 0xA8D0F53D
In matters of style, swim with the current; in matters of
principle, stand like a rock - Thomas Jefferson
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: public key: http://www.nrc.co.nz/Zaf/pubkey.txt
iD8DBQFAmvgtPWIC...
2011 Apr 22
7
Flite issue
Hi Asterisk guys,
Flite is not working with asterisk 1.6.2.17.
Flite is working with asterisk 1.4.
Please help me how to use it with asterisk 1.6 .......
Thanks in advance.
-----
Thanks and regards
Virendra Bhati
+91-9172341457
Software Engineer
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Jan 04
4
Speech recognition in asterisk using google voice API
...channel untill the pound key (#) is
pressed or the timeout (15 seconds) is reached. The recording is send
over to google speech recognition service and the returned text string
is assigned to a channel variable.
More info and dialplan examples can be found in the README file:
https://raw.github.com/zaf/asterisk-speech-recog/master/README
The script is available here:
https://github.com/zaf/asterisk-speech-recog
The code is still young and not roughly tested so comments, suggestions
and bug reports are more than welcome.
----------------
Lefteris Zafiris
2017 Jul 19
3
Integration of Google Speech API V2
...9 July 2017 at 10:17, Rahul MathuR <rahul.ultimate at gmail.com> wrote:
>
>> Hi Jonathan
>>
>> Thanks !
>> That would indeed be wonderful, at this point I really do not care
>> whether I need to use Python or Lua or JS.
>>
>> I was following http://zaf.github.io/asterisk-speech-recog/
>> but hit a road end with (for the lack of sane word ) copulating Google's
>> Key
>>
>>
>>
>> On Wed, Jul 19, 2017 at 2:28 PM, Jonathan H <lardconcepts at gmail.com>
>> wrote:
>>
>>> Yes! But I can...
2014 Aug 28
1
Asterisk-eSpeak and Asterisk 12
Hi,
I'm giving a look at [1] with this:
cd /tmp
git clone https://github.com/zaf/Asterisk-eSpeak.git
cd Asterisk-eSpeak
ln -s <path-to-asterisk-folder>/include/asterisk.h
ln -s <path-to-asterisk-folder>/include/asterisk
make
I'm getting this:
gcc -pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE...
2011 Dec 01
3
AGI script that uses google's text to speech engine
...t uses google translate for
text to speech synthesis.
It supports a variety of different languages, local caching for the voice
data and wideband audio.
The voice in most languages is female and the quality of the synthesized
speech is very high.
More info about the script can be found here:
http://zaf.github.com/asterisk-googletts/
the first public release ca be obtained here:
https://github.com/downloads/zaf/asterisk-googletts/asterisk-googletts-0.2.tar.gz
To get a sample of the speech synthesis quality try this link:
http://translate.google.com/translate_tts?tl=en&q=this+is+a+test+for+goo...
2012 Jun 06
1
OT - mstts.agi - Where to find API key ?
Hi,
I recently discovered http://zaf.github.com/asterisk-mstts/ .
In the page above, it is mentioned you have to subscribe to Microsoft
Translator API on Azure Marketplace.
In Azure Marketplace, I found something called "Microsoft Translator".
This API is free within a 2 000 000 characters per onth limit.
Is this the API n...
2017 Oct 19
3
speech-recog.agi
I want to try using google for speech recognition in Asterisk and I
found a ready made AGI:
http://zaf.github.io/asterisk-speech-recog/
I have followed all the steps listed in the web site but I keep
getting this error:
<PJSIP/2001-0000006e>AGI Tx >> 200 result=99981 (timeout) endpos=22720
<PJSIP/2001-0000006e>AGI Rx << VERBOSE "Unable to get recognition data.&qu...
2003 Aug 16
0
Report: NT4PDC to Samba3beta3 working
...e a bad memory, so I've already forgotten lots of things I discovered.
Anyway, good luck all on your samba quests,
and thanks to the samba developers, despite my rocky road, you make a GREAT
product, and samba stable (2.2.*), is always rock solid and works well for
me.
Nick
- --
Nick 'Zaf' Clifford <zaf@nrc.co.nz> GnuPG: 0xA8D0F53D
In matters of style, swim with the current; in matters of
principle, stand like a rock - Thomas Jefferson
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: public key: http://www.nrc.co.nz/Zaf/pubkey.txt
iD8DBQE/PfHPPWIC...
2016 Feb 22
2
Voice recognition IVR Is it possible?
Hi Daniel
On Mon, 2016-02-22 at 19:40 +0100, Daniel Heckl wrote:
> try this http://zaf.github.io/asterisk-speech-recog/.
> I have tested it myself, it works very well.
I wanted to try it, but I obtain the following error message:
"speech-recog.agi,en-US: API key is missing. Aborting. "
:-(
What am I missing? Any hint?
Frank
2009 Sep 01
1
espeak app for asterisk 1.6
I have written a module for asterisk that uses the eSpeak
speech synthesizer (http://espeak.sourceforge.net/) to
render text to speech. The source is available here:
http://zaf.github.com/Asterisk-eSpeak/
It's similar to app_festival and app_flite.
It's only tested against asterisk 1.6.1 on x86 Linux but it must be
working for other 1.6 branches too. Comments, fixes and suggestion are
welcome.
-------------- next part --------------
An embedded and charset-unspe...
2011 Nov 11
0
Text to speech modules (espeak, flite)
...rsion 2.1 of app-espeak and app-flite modules just got released.
Changes include voice selection for flite, support for 16kHz file
playback in asterisk 1.6.x, use of libsamplerate for faster resampling,
better error handling and cleaner code.
You can get them here:
Asterisk espeak module:
http://zaf.github.com/Asterisk-eSpeak/
Asterisk flite module:
http://zaf.github.com/Asterisk-Flite/
----------------
Lefteris Zafiris
2017 Jul 19
4
Integration of Google Speech API V2
Hi Jonathan
Thanks !
That would indeed be wonderful, at this point I really do not care whether
I need to use Python or Lua or JS.
I was following http://zaf.github.io/asterisk-speech-recog/
but hit a road end with (for the lack of sane word ) copulating Google's Key
On Wed, Jul 19, 2017 at 2:28 PM, Jonathan H <lardconcepts at gmail.com> wrote:
> Yes! But I can only tell you if you can use Python, as I used Google's own
> demo co...
2016 Feb 22
5
Voice recognition IVR Is it possible?
Thanks for the link.
Are there no free alternatives for speech recognition?
2012 Aug 18
2
6.3 missing updates and packages
...related?
snd_core-1.0.21.6.3.0-1.el6_2
snd_hda-1.0.21.6.3.0-1.el6_2
snd-hda-1.0-1.el6_0 Package apparently renamed and split, neither
snd-hda, snd_core nore snd_hda available
tg3-3.122-2.el6_2
virt-who-0.6-6.el6
xorg-x11-drv-geode-2.11.12-1.el6
xorg-x11-drv-neomagic-1.2.5-1.el6
yaboot-1.3.14-39.el6
zaf-0-0.3.20080714svn.1.el6
And a few more hits that I need to check, possible RPMS that do not
produce packages with their own name but only with extensions, f.e.
libassuan that only produces libassuan-devel.
Regards,
Leonard.
--
mount -t life -o ro /dev/dna /genetic/research
2015 Jan 16
0
agitator - FastAGI reverse proxy
Hello,
FastAGI doesn't get (or deserve) much love these days but a lot of people are still widely
using it. Here is a small project of mine, started trying to scratch my own itch, that
some might find useful.
https://github.com/zaf/agitator
It is a reverse proxy for the FastAGI protocol with some interesting features. Most
noticeably request based routing, HA/failover, load balancing and TLS encryption for
FastAGI sessions (something asterisk unfortunately is still lacking). It is written in
Go and it is quite fast and light...
2016 Feb 23
3
Voice recognition IVR Is it possible?
On Tue, 2016-02-23 at 17:06 +0000, Steve Howes wrote:
> Google?...
Yeah... searched "google voice recognition api asterisk", browsed though
various results. Nothing helpful for a beginner, very confusing bla
bla...
Thanks anyway for your help.
F.
2010 Aug 06
0
Panic: file ioloop-iolist.c: line 25 (ioloop_iolist_add): assertion failed
.../dovecot/pop3
mail_plugins(default): quota imap_quota
mail_plugins(imap): quota imap_quota
mail_plugins(pop3): quota
mail_plugin_dir(default): /usr/lib/dovecot/imap
mail_plugin_dir(imap): /usr/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/pop3
lda:
postmaster_address: admin at windhoek.zaf.wtbts.net
mail_plugins: quota
auth_socket_path: /var/run/dovecot/auth-master
sendmail_path: /usr/sbin/sendmail
auth default:
verbose: yes
passdb:
driver: sql
args: /etc/dovecot/dovecot-sql.conf
userdb:
driver: prefetch
userdb:
driver: sql
args: /etc/dovecot/dovecot...
2013 May 22
0
Automatic Speech Recognition and Text To Speech using iSpeech
Hi,
a set of AGI scripts that provide ASR and TTS for asterisk using the
iSpeech API (http://www.ispeech.org/) are available on this page:
http://zaf.github.io/asterisk-ispeech/
This is the first public release, updates will soon follow.
Feel free to test and report.
Regards,
Lefteris Zafiris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/2013052...