-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lower the volume on phonemes UHH-M, ERR-M, SHI-M
- Loading branch information
Samuel
committed
Aug 25, 2017
1 parent
338660d
commit 28a45a8
Showing
161 changed files
with
363 additions
and
454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,35 @@ | ||
using SETextToSpeechMod.Processing; | ||
using System; | ||
using SETextToSpeechMod.Processing; | ||
using SETextToSpeechMod.VoiceCode.GladosVoice; | ||
|
||
namespace SETextToSpeechMod | ||
{ | ||
public sealed class GladosVoice// : SentenceFactory | ||
public sealed class GladosVoice : TimelineFactory | ||
{ | ||
//public GladosVoice (SoundPlayer inputEmitter) : base(inputEmitter, new GladosIntonation()) { } | ||
public GladosVoice (SoundPlayer inputEmitter) : base(inputEmitter, new GladosIntonation()) { } | ||
|
||
public override int ClipLength | ||
{ | ||
get | ||
{ | ||
throw new NotImplementedException(); | ||
} | ||
} | ||
|
||
public override int SpaceSize | ||
{ | ||
get | ||
{ | ||
throw new NotImplementedException(); | ||
} | ||
} | ||
|
||
public override int SyllableSize | ||
{ | ||
get | ||
{ | ||
throw new NotImplementedException(); | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.