-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
audio support #7
Comments
we do like the Using QT would also enable recording, also real-time recording, i.e. see the waveform / spectrogram as it is being recorded. |
Another related issue: playing back or recording whole files could easily be added, but a common-use case is to select regions of interest for playback. This means that the notion of region-selection needs to be addressed first. Interacting with this is also the useful feature of playing back one region of a partition. |
+1 on this issue For my use case, which mostly involves analyzing ASR-generated labels, simply being able to hear the audio and view a synchronized cursor in the view would greatly enhance the utility of the product. Regional playback would also be nice, but is certainly secondary for me. |
OK, perhaps we can do a simple audio playback of the whole file first, without region selection. I am not sure if we can support a synchronized cursor at this time, due to a lack of that concept for now (#19) |
use QTs cross-platform audio support for recording and playing waveforms.
The text was updated successfully, but these errors were encountered: