naomiaro / waveform-playlist

Multitrack Web Audio editor and player with canvas waveform preview. Set cues, fades and shift multiple tracks in time. Record audio tracks or provide audio annotations. Export your mix to AudioBuffer or WAV! Add effects from Tone.js. Project inspired by Audacity.
https://naomiaro.github.io/waveform-playlist/
MIT License
1.47k stars 287 forks source link

timescale not showing up for large audio files #263

Open chandarsunderraj opened 1 month ago

chandarsunderraj commented 1 month ago

Issue: When adding a large audio file which has total playback time beyond 3 minutes, the timescale is not rendering.

Enhancement Request: While checking the TimeScale.js, i could see the formatTime function only has minutes and seconds, it would be great if the timestamp support can be added for hours as well.