Difference between revisions of "TMPI speech synthesizer"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(Weblinks)
Line 1: Line 1:
A speech synthesizer. Made by [[TechniMusique|TechniMusique et Parole Informatique]] (TMPI).
+
A speech synthesizer made by [[TechniMusique|TechniMusique et Parole Informatique]] (TMPI).
  
 
[[Image:Synthetiseur vocale 1.jpg|right|thumb|250px|Technimusique sythesiseur vocal]]
 
[[Image:Synthetiseur vocale 1.jpg|right|thumb|250px|Technimusique sythesiseur vocal]]
  
 
The device appeared on the French market and was apparently a ported version from the [[ORIC]] one, Oric being a popular machine in France.
 
The device appeared on the French market and was apparently a ported version from the [[ORIC]] one, Oric being a popular machine in France.
 
 
Not much is known about this device.
 
 
  
 
== Technical Specs. ==
 
== Technical Specs. ==
  
 
I/O ports (as used by the included disk software):
 
I/O ports (as used by the included disk software):
 +
 
   FBFEh TMPI Speech MEA8000 Data Register
 
   FBFEh TMPI Speech MEA8000 Data Register
 
   FBFFh TMPI Speech MEA8000 Command/Status Register
 
   FBFFh TMPI Speech MEA8000 Command/Status Register
Line 21: Line 18:
 
* '''Clock''' - There seem to be two versions of the device: One using the 4MHz signal from the CPC's expansion port. The other using an external '''unknown frequency (?)''' oscillator. The internal 3.84MHz oscillator (in the MEA8000 chip) isn't used by either version.
 
* '''Clock''' - There seem to be two versions of the device: One using the 4MHz signal from the CPC's expansion port. The other using an external '''unknown frequency (?)''' oscillator. The internal 3.84MHz oscillator (in the MEA8000 chip) isn't used by either version.
  
For details on the speech chip, see
+
For details on the speech chip, see :
 +
 
 
* [[MEA8000]]
 
* [[MEA8000]]
 
* [[MEA8000 I/O Ports and Pinouts]]
 
* [[MEA8000 I/O Ports and Pinouts]]
Line 29: Line 27:
  
 
* 7 logiciels vocaux éducatifs & utilitaires (TMPI) ([[Media:TMPI_7_Logiciels_vocaux_educatifs.jpg|Box Cover]])
 
* 7 logiciels vocaux éducatifs & utilitaires (TMPI) ([[Media:TMPI_7_Logiciels_vocaux_educatifs.jpg|Box Cover]])
 
== Downloads ==
 
 
* [[Media:TechniMusiqueSpeechDisk.zip|TechniMusique Speech Disk]] (disk) speech driver with examples
 
* [[Media:TMSYN_Disc.rar|TechniMusique Speech Synthesizer software disk]] (2 sides)
 
* [[Media:TechniMusique_Synthetiseur_Tape.zip|TechniMusique Speech Synthesizer software tape]] (2 sides)
 
* [[Media:TMSYN7LV.rar|TechniMusique 7 logiciels vocaux éducatifs & utilitaires]]
 
  
 
== Pictures (version without Oscillator) ==
 
== Pictures (version without Oscillator) ==
Line 85: Line 76:
 
* [[Dk'tronics Speech Synthesizer]] (Dk'tronics)
 
* [[Dk'tronics Speech Synthesizer]] (Dk'tronics)
 
* [[MHT Speech Synthesizer]] (MHT Ingenieros)
 
* [[MHT Speech Synthesizer]] (MHT Ingenieros)
 +
 +
== Downloads ==
 +
 +
* [[Media:TechniMusiqueSpeechDisk.zip|TechniMusique Speech Disk]] (disk) speech driver with examples
 +
* [[Media:TMSYN_Disc.rar|TechniMusique Speech Synthesizer software disk]] (2 sides)
 +
* [[Media:TechniMusique_Synthetiseur_Tape.zip|TechniMusique Speech Synthesizer software tape]] (2 sides)
 +
* [[Media:TMSYN7LV.rar|TechniMusique 7 logiciels vocaux éducatifs & utilitaires]]
 +
* [[Media:TMPI-Speech-Synthesizer (Eagle).zip|TMPI Speech Synthesizer (Eagle).zip]] (TMPI Speech Synthesizer files for Eagle)
  
 
== Weblinks ==
 
== Weblinks ==

Revision as of 09:57, 27 July 2016

A speech synthesizer made by TechniMusique et Parole Informatique (TMPI).

Technimusique sythesiseur vocal

The device appeared on the French market and was apparently a ported version from the ORIC one, Oric being a popular machine in France.

Technical Specs.

I/O ports (as used by the included disk software):

 FBFEh TMPI Speech MEA8000 Data Register
 FBFFh TMPI Speech MEA8000 Command/Status Register
  • Caution - As seen in the schematic, only A0..A7 seem to be decoded, but A8..A15 aren't. If that is true, then the device can conflict with almost all other existing hardware, including important internal components: Gate Array, CRTC, ROM Bank, Printer Port, PIO and PSG (for these devices A0..A7 are don't care, so it's perfectly possible that some programs access them with FEh or FFh in lower address bits).
  • Bugfix - Add some circuit that ensures A10=LOW (eg. ORing it with /IORQ should do it).
  • Clock - There seem to be two versions of the device: One using the 4MHz signal from the CPC's expansion port. The other using an external unknown frequency (?) oscillator. The internal 3.84MHz oscillator (in the MEA8000 chip) isn't used by either version.

For details on the speech chip, see :

Supported Games

  • 7 logiciels vocaux éducatifs & utilitaires (TMPI) (Box Cover)

Pictures (version without Oscillator)


Pictures (version with Oscillator)

This version uses an external unknown frequency oscillator. According to the schematic, speech is not injected to the SOUND pin on expansion port. /RD and /IORQ are decoded differently as in the other version. /WR is not used (instead the chips /W pin is wired to GND).

Manual


Other Speech Synthesizers

Downloads

Weblinks