Skip to content

Commit

Permalink
on task
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Mar 2, 2025
1 parent 433f898 commit 52da3bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ private static Dictionary<string, string> CreateRequestParameters(TextToSpeechRe
private static async Task<string> SaveAudioToCache(byte[] audioData, string clipId, Voice voice, OutputFormat outputFormat, CacheFormat cacheFormat, CancellationToken cancellationToken)
{
#if PLATFORM_WEBGL
await Task.Yield();
return null;
#else
if (cacheFormat == CacheFormat.None) { return null; }
Expand Down
10 changes: 9 additions & 1 deletion ElevenLabs/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ PlayerSettings:
Android: com.rest.elevenlabs
Lumin: com.rest.elevenlabs
Standalone: com.rest.elevenlabs
WebGL: com.rest.elevenlabs
iPhone: com.rest.elevenlabs
buildNumber:
Standalone: 0
Expand Down Expand Up @@ -275,7 +276,14 @@ PlayerSettings:
AndroidMinifyDebug: 0
AndroidValidateAppBundleSize: 1
AndroidAppBundleSizeToValidate: 150
m_BuildTargetIcons: []
m_BuildTargetIcons:
- m_BuildTarget:
m_Icons:
- serializedVersion: 2
m_Icon: {fileID: 2800000, guid: 15cd37f5ffbadef4ea67ff67bf624e28, type: 3}
m_Width: 128
m_Height: 128
m_Kind: 0
m_BuildTargetPlatformIcons:
- m_BuildTarget: iPhone
m_Icons:
Expand Down

0 comments on commit 52da3bb

Please sign in to comment.