sentis-MusicGen / README.md
PB Unity
Update README.md
4faf71e verified
|
raw
history blame
732 Bytes
metadata
license: mit

MusicGen music generation for Unity Sentis format

This is the Meta MusicGen model validated for Unity Sentis. This model creates up to 30 seconds of music in the style given by a text prompt.

How to run this model

  • Put the sentis and json files in the Assets/StreamingAssets folder
  • Put the c# script on the Main Camera
  • Put an AudioSource on the Main Camera
  • Change the prompt in the script file
  • Change the number of seconds in the script file
  • Press play and check for results in the console window

Info

This model is a bit slow at the moment. Please use our discussion forum to discuss this model or suggest improvements to the code.