Open lxkain opened 4 years ago
Would this be a timeview feature or a signalworks feature?
...or the better question I suppose would be, what would the implementation look like?
wave_obj.value_at_time(seconds=2.5)
would return the value at that time period?
Definitely a TimeView feature. It's entirely about the graphical representation. Although, access by varying times (minutes, hours, etc) is interesting, but I think it would be better to leave this to user land (not signal works).
I'll transfer the issue to the TimeView repo.
It would be useful if the x-axis coordinates could be switched between showing time in seconds to hour:minute:seconds or other systems. Analogously, it may be useful to switch the y-axis between sample value and % and others. Audacity may serve as an inspiration in this regard.