Search Results for

    Show / Hide Table of Contents

    Class LyriaTrack

    Inheritance
    object
    Object
    ScriptableObject
    LyriaTrack
    Inherited Members
    ScriptableObject.SetDirty()
    ScriptableObject.CreateInstance(string)
    ScriptableObject.CreateInstance(Type)
    ScriptableObject.CreateInstance<T>()
    Object.GetEntityId()
    Object.GetInstanceID()
    Object.GetHashCode()
    Object.Equals(object)
    Object.InstantiateAsync<T>(T)
    Object.InstantiateAsync<T>(T, Transform)
    Object.InstantiateAsync<T>(T, Vector3, Quaternion)
    Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
    Object.InstantiateAsync<T>(T, int)
    Object.InstantiateAsync<T>(T, int, Transform)
    Object.InstantiateAsync<T>(T, int, Vector3, Quaternion)
    Object.InstantiateAsync<T>(T, int, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>)
    Object.InstantiateAsync<T>(T, int, Transform, Vector3, Quaternion)
    Object.InstantiateAsync<T>(T, int, Transform, Vector3, Quaternion, CancellationToken)
    Object.InstantiateAsync<T>(T, int, Transform, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>)
    Object.InstantiateAsync<T>(T, int, Transform, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>, CancellationToken)
    Object.InstantiateAsync<T>(T, InstantiateParameters, CancellationToken)
    Object.InstantiateAsync<T>(T, int, InstantiateParameters, CancellationToken)
    Object.InstantiateAsync<T>(T, Vector3, Quaternion, InstantiateParameters, CancellationToken)
    Object.InstantiateAsync<T>(T, int, Vector3, Quaternion, InstantiateParameters, CancellationToken)
    Object.InstantiateAsync<T>(T, int, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>, InstantiateParameters, CancellationToken)
    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(Object, Transform, bool)
    Object.Instantiate<T>(T)
    Object.Instantiate<T>(T, Vector3, Quaternion)
    Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
    Object.Instantiate<T>(T, Transform)
    Object.Instantiate<T>(T, Transform, bool)
    Object.Destroy(Object, float)
    Object.Destroy(Object)
    Object.DestroyImmediate(Object, bool)
    Object.DestroyImmediate(Object)
    Object.FindObjectsOfType(Type)
    Object.FindObjectsOfType(Type, bool)
    Object.FindObjectsByType(Type, FindObjectsSortMode)
    Object.FindObjectsByType(Type, FindObjectsInactive, FindObjectsSortMode)
    Object.DontDestroyOnLoad(Object)
    Object.DestroyObject(Object, float)
    Object.DestroyObject(Object)
    Object.FindSceneObjectsOfType(Type)
    Object.FindObjectsOfTypeIncludingAssets(Type)
    Object.FindObjectsOfType<T>()
    Object.FindObjectsByType<T>(FindObjectsSortMode)
    Object.FindObjectsOfType<T>(bool)
    Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
    Object.FindObjectOfType<T>()
    Object.FindObjectOfType<T>(bool)
    Object.FindFirstObjectByType<T>()
    Object.FindAnyObjectByType<T>()
    Object.FindFirstObjectByType<T>(FindObjectsInactive)
    Object.FindAnyObjectByType<T>(FindObjectsInactive)
    Object.FindObjectsOfTypeAll(Type)
    Object.FindObjectOfType(Type)
    Object.FindFirstObjectByType(Type)
    Object.FindAnyObjectByType(Type)
    Object.FindObjectOfType(Type, bool)
    Object.FindFirstObjectByType(Type, FindObjectsInactive)
    Object.FindAnyObjectByType(Type, FindObjectsInactive)
    Object.ToString()
    Object.name
    Object.hideFlags
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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 Source

    bpm

    Declaration
    [RangedInt(60, 200, 120, true)]
    public Bpm bpm
    Field Value
    Type Description
    Bpm
    | Edit this page View Source

    brightness

    Declaration
    [RangedFloat(0, 1, 0.5, true)]
    public MusicBrightness brightness
    Field Value
    Type Description
    MusicBrightness
    | Edit this page View Source

    density

    Declaration
    [RangedFloat(0, 1, 0.5, true)]
    public SoundDensity density
    Field Value
    Type Description
    SoundDensity
    | Edit this page View Source

    guidance

    Declaration
    [RangedFloat(0, 6, 4, true)]
    public PromptGuidance guidance
    Field Value
    Type Description
    PromptGuidance
    | Edit this page View Source

    modelId

    Declaration
    public string modelId
    Field Value
    Type Description
    string
    | Edit this page View Source

    musicGenerationMode

    Declaration
    public LyriaGenerationMode musicGenerationMode
    Field Value
    Type Description
    LyriaGenerationMode
    | Edit this page View Source

    muteBass

    Declaration
    public bool muteBass
    Field Value
    Type Description
    bool
    | Edit this page View Source

    muteDrums

    Declaration
    public bool muteDrums
    Field Value
    Type Description
    bool
    | Edit this page View Source

    onlyBassAndDrums

    Declaration
    public bool onlyBassAndDrums
    Field Value
    Type Description
    bool
    | Edit this page View Source

    prompts

    Declaration
    public SerializablePrompt[] prompts
    Field Value
    Type Description
    SerializablePrompt[]
    | Edit this page View Source

    scale

    Declaration
    public LyriaMusicScale scale
    Field Value
    Type Description
    LyriaMusicScale
    | Edit this page View Source

    seed

    Declaration
    public uint? seed
    Field Value
    Type Description
    uint?
    | Edit this page View Source

    temperature

    Declaration
    [RangedFloat(0, 2, 0.7, true)]
    public Temperature temperature
    Field Value
    Type Description
    Temperature
    | Edit this page View Source

    topK

    Declaration
    [RangedInt(1, 1000, 40, true)]
    public TopK topK
    Field Value
    Type Description
    TopK
    | Edit this page View Source

    trackImage

    Declaration
    public Texture2D trackImage
    Field Value
    Type Description
    Texture2D
    | Edit this page View Source

    trackNumber

    Declaration
    public int trackNumber
    Field Value
    Type Description
    int
    | Edit this page View Source

    trackTitle

    Declaration
    public string trackTitle
    Field Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    FileExtensions.ToFile<T>(T, string)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    UnityObjectExtensions.EncodeToBase64(Object)
    UnityObjectExtensions.ToBytes(Object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation