getMediaUrl: Gets the URL of the given media track for a given transcript.

View source: R/getMediaUrl.R

getMediaUrlR Documentation

Gets the URL of the given media track for a given transcript.

Description

Gets the URL of the given media track for a given transcript.

Usage

getMediaUrl(labbcat.url, id, track.suffix = "", mime.type = "audio/wav")

Arguments

labbcat.url

URL to the LaBB-CAT instance.

id

A transcript ID (i.e. transcript name).

track.suffix

The track suffix of the media.

mime.type

The MIME type of the media, e.g. "audio/wav" or "application/f0".

Value

A URL to the given media for the given transcript.

See Also

getTranscriptIds

getMedia

Examples

## Not run: 
## define the LaBB-CAT URL
labbcat.url <- "https://labbcat.canterbury.ac.nz/demo/"

## Get URL for the WAV file for BR2044_OllyOhlson.eaf
wavUrl <- getMediaUrl(labbcat.url, "BR2044_OllyOhlson.eaf")

## Get URL for the 'QuakeFace' video file for BR2044_OllyOhlson.eaf
quakeFaceMp4Url <- getMediaUrl(labbcat.url, "BR2044_OllyOhlson.eaf", "_face", "video/mp4")

## End(Not run)


nzilbb.labbcat documentation built on July 26, 2023, 6:08 p.m.