OSDN Git Service

Add Speech plugin.
authorMojito Sorbet <mojitotech@gmail.com>
Thu, 5 Nov 2009 13:44:37 +0000 (13:44 +0000)
committerMojito Sorbet <mojitotech@gmail.com>
Thu, 5 Nov 2009 13:44:37 +0000 (13:44 +0000)
commitb42883428d7831623231cff477597e7fc2d429fe
treeaa8eba05313a5ac59e59d84c8f17e994d1a6e1ef
parentd374942124fb11cd8d821b4fedfde529bcb15d05
Add Speech plugin.

git-svn-id: https://radegast.googlecode.com/svn/trunk@415 f7a694da-4d33-11de-9ad6-1127a62b9fcd
64 files changed:
Radegast/GUI/Consoles/VoiceConsole.Designer.cs
Radegast/GUI/Consoles/VoiceConsole.cs
Radegast/Radegast.csproj
Radegast/Radegast.csproj.user
plugins/Radegast.Plugin.Speech/RadSpeech/AreaControl.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/BadBeep.wav [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/CloseBeep.wav [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/CommBeep.wav [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/BlueMenu.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/Chat.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/Closet.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/Control.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/Friends.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/Friendship.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/GroupIMSession.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/IMSession.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/InvLandmark.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/InvNotecard.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/Max.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/Mode.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/Movement.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/SingleIMSession.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/Surroundings.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/TalkingContextMenu.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Conversation/Voice.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/DialogBeep.wav [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Environment/Control.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Environment/People.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/GUI/AvatarSpeechAction.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/GUI/NotecardReadAction.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/GUI/VoiceAssignment.Designer.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/GUI/VoiceAssignment.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/GUI/VoiceAssignment.resx [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/GoodBeep.wav [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/IRadSpeech.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Listen/Control.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Listen/Recognizer.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/MoneyBeep.wav [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/OpenBeep.wav [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/PluginControl.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Properties/AssemblyInfo.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Radegast.Plugin.Speech.csproj [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/ScanBeep.wav [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Sound/Control.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Sound/FmodSound.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Talk/Control.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Talk/Substitutions.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Talk/Synthesizer.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeech/Talk/Voices.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechLin/LinSpeech.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechLin/LinSynth.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechLin/Properties/AssemblyInfo.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechLin/RadSpeechLin.csproj [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechMac/Assemblies/Monobjc.Cocoa.xml [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechMac/Assemblies/Monobjc.xml [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechMac/MacSpeech.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechMac/MacSynth.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechMac/Properties/AssemblyInfo.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechMac/RadSpeechMac.csproj [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechWin/Properties/AssemblyInfo.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechWin/RadSpeechWin.csproj [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechWin/WinRecog.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechWin/WinSpeech.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Speech/RadSpeechWin/WinSynth.cs [new file with mode: 0644]