File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -75,19 +75,13 @@ private async void Start()
75
75
76
76
if ( debug )
77
77
{
78
+ Debug . Log ( $ "Created { voiceClip . Id } ") ;
78
79
Debug . Log ( $ "Elapsed time: { elapsedTime : F} seconds") ;
79
80
Debug . Log ( $ "voice clip length: { voiceClip . Length : F} seconds") ;
80
81
Debug . Log ( $ "playback time: { playbackTime : F} seconds") ;
81
82
}
82
83
83
84
await Awaiters . DelayAsync ( TimeSpan . FromSeconds ( playbackTime + 1f ) , destroyCancellationToken ) ;
84
-
85
- if ( debug )
86
- {
87
- Debug . Log ( $ "Full clip: { voiceClip . Id } ") ;
88
- }
89
-
90
- ( ( AudioSource ) streamAudioSource ) . PlayOneShot ( voiceClip ) ;
91
85
}
92
86
catch ( Exception e )
93
87
{
Original file line number Diff line number Diff line change 3
3
"displayName" : " ElevenLabs" ,
4
4
"description" : " A non-official Eleven Labs voice synthesis RESTful client." ,
5
5
"keywords" : [],
6
- "version" : " 3.5.1 " ,
6
+ "version" : " 3.5.2 " ,
7
7
"unity" : " 2021.3" ,
8
8
"documentationUrl" : " https://github.com/RageAgainstThePixel/com.rest.elevenlabs#documentation" ,
9
9
"changelogUrl" : " https://github.com/RageAgainstThePixel/com.rest.elevenlabs/releases" ,
17
17
"url" : " https://github.com/StephenHodgson"
18
18
},
19
19
"dependencies" : {
20
- "com.utilities.rest" : " 3.3.2 " ,
21
- "com.utilities.encoder.ogg" : " 4.2.1 " ,
22
- "com.utilities.encoder.wav" : " 2.2.1 "
20
+ "com.utilities.rest" : " 3.3.3 " ,
21
+ "com.utilities.encoder.ogg" : " 4.2.2 " ,
22
+ "com.utilities.encoder.wav" : " 2.2.2 "
23
23
},
24
24
"samples" : [
25
25
{
You can’t perform that action at this time.
0 commit comments