Package net.oijon.algonquin.tts.trm
Class TRM
- java.lang.Object
-
- net.oijon.algonquin.tts.trm.TRM
-
public class TRM extends java.lang.Object- Author:
- N3ther Highly experimental.
-
-
Constructor Summary
Constructors Constructor Description TRM()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcreateSchwaTubeTest()Do not use.static voidcreateTest17cmWave()Puts a Voicebox through a 17cm tube.static voidcreateTestTube()Creates a tube (See net.oijon.algonquin.tts.trm.Tube) that is 17cm long.static voidcreateTestWave()Creates a test wave from a raw Voicebox instance (see net.oijon.algonqion.tts.trm.Voicebox).static voidmakeTestSound()Creates and plays a test sound.
-
-
-
Method Detail
-
makeTestSound
public static void makeTestSound() throws java.io.IOExceptionCreates and plays a test sound. Will be removed in the future.- Throws:
java.io.IOException- Thrown when it can't create the output file for whatever reason.
-
createTestTube
public static void createTestTube()
Creates a tube (See net.oijon.algonquin.tts.trm.Tube) that is 17cm long. Will be removed in the future.
-
createTestWave
public static void createTestWave() throws java.io.IOExceptionCreates a test wave from a raw Voicebox instance (see net.oijon.algonqion.tts.trm.Voicebox). Will be renamed in the future.- Throws:
java.io.IOException- Thrown when it can't create the output file for whatever reason.
-
createTest17cmWave
public static void createTest17cmWave() throws java.io.IOExceptionPuts a Voicebox through a 17cm tube. Currently not working as expected. Will be removed in the future.- Throws:
java.io.IOException- Thrown when it can't create the output file for whatever reason.
-
createSchwaTubeTest
public static void createSchwaTubeTest()
Do not use. Unfinished, worse version of create17cmWave.
-
-