:warning: This file is part of the "archive" – it could contain statements or terms which are incompatible with the main body of the specification and the identity and timing model. :warning:
Examples of TVIs
- An electrical waveform was generated by a microphone during a live TV show and sampled at 48kHz, 24-bits per sample. Two alternative
TDSs were generated from the data: one with PCMData Objects and one with FLACData Objects. BothTDSs were associated with the sameTVI. - Two devices were connected to a wind speed meter during a sailing race. One produced a
TDScontaining aData Objectevery 10 seconds – eachData Objectencoded the wind speed using JSON. The other produced aTDScontaining aData Objectevery 15 seconds – eachData Objectencoded the wind speed using XML. BothTDSs were associated with the sameTVI. - A scene during a play has automated lighting. Two alternative
TDSs were created to describe how the lights should change over time during the scene. During each production of this scene, eitherTDScan be used to automatically control the lighting. OneTDScontains aData Objectevery 0.5 seconds – eachData Objectencodes (as XML) the list of lights that are on at the associatedTime Value. The otherTDScontains aData Objectonly when a light changes state – eachData Objectencodes (as XML) details of which light(s) has changed and the new state of the light (on/off). BothTDSs are associated with the sameTVI. - A jingle for a live radio show is created in an editing tool using a variety of pre-recorded music, speech, etc. The finished jingle is exported twice (creating two
TDSs): as a WAV file (uncompressed audio) and as an MP3 file (compressed audio). Either file can be used when the jingle is required. Both of theseTDSs are associated with the sameTVI.