Ignore:
Timestamp:
2021-09-20T10:06:23+12:00 (3 years ago)
Author:
cstephen
Message:

Improve audio time bar implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/korero-maori-asr/src/main.js

    r35412 r35426  
    3737     * @param {Numbe} currentTime The current time in the audio playback.
    3838     */
    39     constructor(id = "", isPlaying = false, currentTime = -1) {
     39    constructor(id = "", isPlaying = false, currentTime = 0) {
    4040        /** @type {String} The ID of the transcription for which audio is currently being played. */
    4141        this.id = id;
Note: See TracChangeset for help on using the changeset viewer.