Class LyriaTrack
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetEntityId()
Object.GetInstanceID()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Scene)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Object.ToString()
Object.name
Object.hideFlags
Namespace: Glitch9.AIDevKit.Google.Lyria
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
[CreateAssetMenu(fileName = "LyriaTrack", menuName = "AI DevKit/Lyria Music Track", order = 2072)]
public class LyriaTrack : ScriptableObject
Fields
| Edit this page View Sourcebpm
Declaration
[RangedInt(60, 200, 120, true)]
public Bpm bpm
Field Value
| Type | Description |
|---|---|
| Bpm |
brightness
Declaration
[RangedFloat(0, 1, 0.5, true)]
public MusicBrightness brightness
Field Value
| Type | Description |
|---|---|
| MusicBrightness |
density
Declaration
[RangedFloat(0, 1, 0.5, true)]
public SoundDensity density
Field Value
| Type | Description |
|---|---|
| SoundDensity |
guidance
Declaration
[RangedFloat(0, 6, 4, true)]
public PromptGuidance guidance
Field Value
| Type | Description |
|---|---|
| PromptGuidance |
modelId
Declaration
public string modelId
Field Value
| Type | Description |
|---|---|
| string |
musicGenerationMode
Declaration
public LyriaGenerationMode musicGenerationMode
Field Value
| Type | Description |
|---|---|
| LyriaGenerationMode |
muteBass
Declaration
public bool muteBass
Field Value
| Type | Description |
|---|---|
| bool |
muteDrums
Declaration
public bool muteDrums
Field Value
| Type | Description |
|---|---|
| bool |
onlyBassAndDrums
Declaration
public bool onlyBassAndDrums
Field Value
| Type | Description |
|---|---|
| bool |
prompts
Declaration
public SerializablePrompt[] prompts
Field Value
| Type | Description |
|---|---|
| SerializablePrompt[] |
scale
Declaration
public LyriaMusicScale scale
Field Value
| Type | Description |
|---|---|
| LyriaMusicScale |
seed
Declaration
public uint? seed
Field Value
| Type | Description |
|---|---|
| uint? |
temperature
Declaration
[RangedFloat(0, 2, 0.7, true)]
public Temperature temperature
Field Value
| Type | Description |
|---|---|
| Temperature |
topK
Declaration
[RangedInt(1, 1000, 40, true)]
public TopK topK
Field Value
| Type | Description |
|---|---|
| TopK |
trackImage
Declaration
public Texture2D trackImage
Field Value
| Type | Description |
|---|---|
| Texture2D |
trackNumber
Declaration
public int trackNumber
Field Value
| Type | Description |
|---|---|
| int |
trackTitle
Declaration
public string trackTitle
Field Value
| Type | Description |
|---|---|
| string |