zao / foo_wave_seekbar

A foobar2000 UI seekbar element displaying the playing waveform.
http://www.foobar2000.org/components/view/foo_wave_seekbar
Other
85 stars 7 forks source link

Render audio selection to clipboard or file #13

Closed zao closed 12 years ago

zao commented 13 years ago

Allow the user (via some modifier key or mode) to select part of the track and render the audio onto the clipboard or into a file.

zao commented 13 years ago

Version 0.2.13.2 lets the user hold the control key to select a section of the waveform which renders to a sound file on the clipboard.

To prevent eating too much memory, it's restricted to ten minutes of 32-bit floating point audio for now.

zao commented 13 years ago

Cancelling by dragging outside is broken for both seeking and selection.

zao commented 13 years ago

Probably fixed in 0.2.13.5.