Lip Syncer Import File Format

The following .json file format is used to import tracks into the Lip Syncer app.

LastModified

Track1

Track2

Track3

TrackSections

Example

{
    "LastModified": "2023-10-24T00:00:00Z",
    "Track1": "https://myDomain/testsong.mp3",
    "Track2": "https://myDomain/testtempo.mp3",
    "Track3": "https://myDomain/testclap.mp3",
    "TrackSections": [
        {
        "Name": "Intro",
        "Start": 0,
        "End": 5000
        },
        {
        "Name": "Middle",
        "Start": 5000,
        "End": 8000
        },
        {
        "Name": "End",
        "Start": 8000,
        "End": 11000
        }
    ]
}