Audio: {
    duration: number;
    id: string;
    title: string;
    fileName: string;
    fileUrl: string;
    src: string;
}

Type declaration

  • duration: number

    The sample duration

  • id: string

    The item id

  • title: string

    The sample title

  • fileName: string

    The sample file name

  • fileUrl: string

    The audio file uri

    Deprecated

  • src: string

    The audio file uri

Generated using TypeDoc