BackTalk: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[image:speech.gif|right]]
{{Software
{{Software
|Picture=backtalk.gif
|Picture=backtalk.gif
|Version=
|Version=2.01 (Dec 1997)
|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={{FileLink|BackTalk}}
[http://www.step.polymtl.ca/~guardia/archives/btalk201_src.zip Version 2.01 Source Code]
|Website=https://nova.polymtl.ca/~guardia/backtalk.php
<br>[https://github.com/OS2World/APP-SPEECH-BackTalk Source Code Git]
|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 15:
* 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]]

Latest revision as of 04:07, 9 August 2021

BackTalk
Version 2.01 (Dec 1997)
Vendor
Author Samuel Audet
License BSD alike
Download BackTalk
Website https://nova.polymtl.ca/~guardia/backtalk.php

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