BackTalk: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Jugbogdan (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[image:speech.gif|right]]
{{Software
{{Software
|Picture=backtalk.gif
|Picture=backtalk.gif
|Version=
|Version=2.01
|Vendor=2.01
|Author=[[Samuel Audet]]
|Author=[[Samuel Audet]]
|License=BSD alike
|License=BSD alike
|Download=[http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/apps/speech&file=btalk201.zip version 2.01 Binaries]
|Download=[btalk201.zip]
[http://www.step.polymtl.ca/~guardia/archives/btalk201_src.zip Version 2.01 Source Code]
<br>
<br>[https://github.com/OS2World/APP-SPEECH-BackTalk Source Code Git]
|Website=
|Website=N/A
}}
}}
 
BackTalk is free Speech System for OS/2. It uses RSynth as its synthesizer, but I will be using something else as soon as a useable alternative is available. Festival sounds great, but it's huge. It uses 15 megs RAM right on startup. FreeSpeech (using MBROLA) doesn't generate syllables well, but it is only an Alpha version, so hope is there.
BackTalk is free Speech System for OS/2. It uses RSynth as its synthesizer, but I will be using something else as soon as a useable althernative is available. Festival sounds great, but it's huuuge. It uses 15 megs RAM right on startup. FreeSpeech (using MBROLA) doesn't generate syllables well, but it is only an Alpha version, so hope is there.
[[image:speech.gif|right]]
 
The package comes with the following REXX script and programs:
The package comes with the following REXX script and programs:
* Speaking E-mail (instead of using a useless WAV file, use this!)
* Speaking E-mail (instead of using a useless WAV file, use this!)
Line 21: Line 16:
* Speaking Timer
* Speaking Timer
Plus, you can use BackTalk through BTCLIENT.DLL for your own programs and REXX scripts.
Plus, you can use BackTalk through BTCLIENT.DLL for your own programs and REXX scripts.
==Links==
*[http://www.step.polymtl.ca/~guardia/archives/btalk201_src.zip Version 2.01 Source Code]
*[https://github.com/OS2World/APP-SPEECH-BackTalk Source Code Git]


[[Category:Speech]]
[[Category:Speech]]
[[Category:Open Source Software]]
[[Category:Open Source Software]]

Revision as of 03:18, 6 January 2020

BackTalk
Version 2.01
Vendor
Author Samuel Audet
License BSD alike
Download [btalk201.zip]


Website

BackTalk is free Speech System for OS/2. It uses RSynth as its synthesizer, but I will be using something else as soon as a useable alternative is available. Festival sounds great, but it's huge. It uses 15 megs RAM right on startup. FreeSpeech (using MBROLA) doesn't generate syllables well, but it is only an Alpha version, so hope is there.

The package comes with the following REXX script and programs:

  • Speaking E-mail (instead of using a useless WAV file, use this!)
  • Speaking IRC
  • Speaking Clock
  • Speaking Timer

Plus, you can use BackTalk through BTCLIENT.DLL for your own programs and REXX scripts.

Links