Ticket #164 (reopened task)

Opened 10 months ago

Last modified 10 months ago

add ability to see the wave form for audio (for .wav and other simple formats)

Reported by: erazlogo Assigned to: sthiel
Priority: minor Milestone: milestone7
Component: Deployment Version: 0.7.x
Keywords: Cc:
Super-ticket: Reviewer:
Minutes Spent: 60

Description (Last modified by sthiel)

Waveform interaction would require a whole new ball of wax... although working with a plugin for that will be easier to come by, as waveform stuff is pretty common. I wouldn't be using quicktime for it is what I'm saying (if we wanted the waveform).

would it be possible to load quicktime for video and something else for audio? that would be great... it turns out that we can. Modular loading is in. QTJ is soon to be hidden from vertov.

Change History

03/18/08 20:37:17 changed by erazlogo

  • priority changed from major to minor.

03/23/08 00:45:29 changed by sthiel

  • description changed.
  • summary changed from add ability to see the wave form for audio to add ability to see the wave form for audio (for .wav and other simple formats).

03/23/08 00:52:04 changed by sthiel

  • status changed from new to closed.
  • resolution set to fixed.
  • minutes_worked set to 60.

-Fixed in 198 199 200 201 202 203 -Deployed in 204

03/26/08 11:04:59 changed by sthiel

  • status changed from closed to reopened.
  • resolution deleted.

Currently the waveform generating code is breaking stuff on wav files that aren't even that large (on a mac in particular).

The next version I write will figure out how wide it's drawing surface is and then interpret enough data for that surface instead of reading EVERYTHING into memory when it's only got 400 samples worth of space. That, or I'll find a working waveform generator.

-fixed/deployed without this in 218 219