@svta/common-media-library
    Preparing search index...

    Function utf8ArrayToStr

    • Beta

      Converts a UTF-8 array to a string.

      Parameters

      • array: Uint8Array<ArrayBuffer>

        The UTF-8 array to convert

      • exitOnNull: boolean = false

        Whether to exit on the first null byte

      Returns string

      The string

      This function is a special case of decodeText that is used by the ID3 library to decode UTF-8 encoded strings. Use decodeText instead.