Releases: muna-ai/muna-unity
Releases · muna-ai/muna-unity
Muna 0.0.51
- Added
muna.Beta.OpenAI.Audio.Transcriptions.Createmethod for using speech-to-text models via our OpenAI-compatible client.
Muna 0.0.50
- Added support for
aac,flac,mp3,opus,wavresponse formats inmuna.Beta.Openai.Audio.Speech.Createmethod. - Fixed errors when making remote predictions with image inputs or outputs.
- Fixed sporadic timeout error when making some predictions.
- Replaced
Parameter.rangefield toParameter.minandParameter.maxfields.
Muna 0.0.49
- 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
- Fixed some internal logs being displayed.
Muna 0.0.47
- Fixed certain predictions failing on Android due to caching errors.
Muna 0.0.46
- Added
Muna.Convertersnamespace with JSON converters to common Unity types likeVector3andRect. - Added support for converting compressed textures to images with the
MunaUnity.ToImageextension method. - Added
MunaUnity.ToAudioClipextension method to create anAudioClipfrom an OpenAI speechBinaryData. - Fixed
DllNotFoundExceptionwhen making predictions on macOS in Unity 2022.3 LTS (#14). - Moved
Munamenu items under theToolsmenu in the Unity Editor (#13).
Muna 0.0.45
- Added
muna.Beta.OpenAIproperty for using predictors with our mock OpenAI client. - Added
muna.Beta.OpenAI.Chat.Completions.Createmethod for using text generation predictors via the OpenAI client. - Added
muna.Beta.OpenAI.Embeddings.Createmethod for using text embedding predictors via the OpenAI client. - Added
muna.Beta.OpenAI.Audio.Speech.Createmethod for using text-to-speech predictors via the OpenAI client. - Added
Parameter.denotationfor inspecting the denotation of predictor parameters (e.g. audio, embeddings). - Added
Parameter.sampleRateproperty for inspecting the sample rate of audio parameters. - Fixed Gradle errors when building for Android in Unity 2022.
Muna 0.0.44
- Minor updates.
Muna 0.0.43
- 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
- Function is now Muna!
- Added
PredictorAccess.Unlistedenumeration member for public predictors excluded from discovery.