Skip to content

Releases: muna-ai/muna-unity

Muna 0.0.51

20 Mar 23:21

Choose a tag to compare

  • Added muna.Beta.OpenAI.Audio.Transcriptions.Create method for using speech-to-text models via our OpenAI-compatible client.

Muna 0.0.50

20 Feb 01:06

Choose a tag to compare

  • Added support for aac, flac, mp3, opus, wav response formats in muna.Beta.Openai.Audio.Speech.Create method.
  • Fixed errors when making remote predictions with image inputs or outputs.
  • Fixed sporadic timeout error when making some predictions.
  • Replaced Parameter.range field to Parameter.min and Parameter.max fields.

Muna 0.0.49

29 Dec 19:06

Choose a tag to compare

  • Fixed sporadic segmentation fault when making predictions on input tensors.
  • Fixed Unity threading exception when preloading predictors from a background thread (#15).
  • Upgraded to Function C 0.0.39.

Muna 0.0.48

04 Dec 19:52

Choose a tag to compare

  • Fixed some internal logs being displayed.

Muna 0.0.47

04 Dec 19:28

Choose a tag to compare

  • Fixed certain predictions failing on Android due to caching errors.

Muna 0.0.46

26 Nov 19:14

Choose a tag to compare

  • Added Muna.Converters namespace with JSON converters to common Unity types like Vector3 and Rect.
  • Added support for converting compressed textures to images with the MunaUnity.ToImage extension method.
  • Added MunaUnity.ToAudioClip extension method to create an AudioClip from an OpenAI speech BinaryData.
  • Fixed DllNotFoundException when making predictions on macOS in Unity 2022.3 LTS (#14).
  • Moved Muna menu items under the Tools menu in the Unity Editor (#13).

Muna 0.0.45

13 Oct 02:14

Choose a tag to compare

  • Added muna.Beta.OpenAI property for using predictors with our mock OpenAI client.
  • Added muna.Beta.OpenAI.Chat.Completions.Create method for using text generation predictors via the OpenAI client.
  • Added muna.Beta.OpenAI.Embeddings.Create method for using text embedding predictors via the OpenAI client.
  • Added muna.Beta.OpenAI.Audio.Speech.Create method for using text-to-speech predictors via the OpenAI client.
  • Added Parameter.denotation for inspecting the denotation of predictor parameters (e.g. audio, embeddings).
  • Added Parameter.sampleRate property for inspecting the sample rate of audio parameters.
  • Fixed Gradle errors when building for Android in Unity 2022.

Muna 0.0.44

25 Aug 13:46

Choose a tag to compare

  • Minor updates.

Muna 0.0.43

25 Aug 13:44

Choose a tag to compare

  • Added support for 16KB page sizes on Android.
  • Muna now requires Apple Silicon on macOS.
  • Muna now requires macOS 13+.
  • Upgraded to Function C 0.0.38.

Muna 0.0.42

07 Aug 19:03

Choose a tag to compare

  • Function is now Muna!
  • Added PredictorAccess.Unlisted enumeration member for public predictors excluded from discovery.