예제 #1
0
 public void DJTTS3_Release()
 {
     lock (syncObj)
     {
         TTS3.DJTTS3_Release();
     }
 }
예제 #2
0
 public Int32 DJTTS3_CheckPlayTextEnd(Int32 wChnlNo)
 {
     lock (syncObj)
     {
         return(TTS3.DJTTS3_CheckPlayTextEnd(wChnlNo));
     }
 }
예제 #3
0
 public Int32 DJTTS3_StopPlayText(Int32 wChnlNo)
 {
     lock (syncObj)
     {
         return(TTS3.DJTTS3_StopPlayText(wChnlNo));
     }
 }
예제 #4
0
 public Int32 DelTTSFromChannel(Int32 wChnlNo)
 {
     lock (syncObj)
     {
         return(TTS3.DelTTSFromChannel(wChnlNo));
     }
 }
예제 #5
0
 public Int32 DJTTS3_StartPlayText(Int32 wChnlNo, byte[] pText, Int32 InputType, Int32 iVoice, Int32 iSpeed, Int32 iVolume, Int32 iLableFlag)
 {
     lock (syncObj)
     {
         return(TTS3.DJTTS3_StartPlayText(wChnlNo, pText, InputType, iVoice, iSpeed, iVolume, iLableFlag));
     }
 }
예제 #6
0
 public Int32 DJTTS3_GetLeaveTTSChannel()
 {
     lock (syncObj)
     {
         return(TTS3.DJTTS3_GetLeaveTTSChannel());
     }
 }
예제 #7
0
 public Int32 DJTTS3_AddTTSToChannel(Int32 wChnlNo)
 {
     lock (syncObj)
     {
         return(TTS3.DJTTS3_AddTTSToChannel(wChnlNo));
     }
 }
예제 #8
0
 public Int32 DJTTS3_Init()
 {
     lock (syncObj)
     {
         return(TTS3.DJTTS3_Init());
     }
 }
예제 #9
0
 public long DJTTS3_CvtStop(Int32 chnl)
 {
     lock (syncObj)
     {
         return(TTS3.DJTTS3_CvtStop(chnl));
     }
 }
예제 #10
0
 public long DJTTS3_CheckCvtEnd(Int32 chnl)
 {
     lock (syncObj)
     {
         return(TTS3.DJTTS3_CheckCvtEnd(chnl));
     }
 }
예제 #11
0
 public long DJTTS3_CvtTextFileToWaveFile(byte[] text, Int32 voice, byte[] fileName, Int32 chnl, Int32 speed, Int32 volume, Int32 lableFlag)
 {
     lock (syncObj)
     {
         return(TTS3.DJTTS3_CvtTextFileToWaveFile(text, voice, fileName, chnl, speed, volume, lableFlag));
     }
 }
예제 #12
0
 public Int32 DJTTS3_StartAudioPlayText(byte[] pText, Int32 InputType, Int32 iVoice, Int32 iSpeed, Int32 iVolume, Int32 iLableFlag)
 {
     lock (syncObj)
     {
         return(TTS3.DJTTS3_StartAudioPlayText(pText, InputType, iVoice, iSpeed, iVolume, iLableFlag));
     }
 }