Ignore:
Timestamp:
05/19/21 09:01:33 (3 years ago)
Author:
davidb
Message:

A set of changes that spans three things: beat detection, time stretching; and a debug class motivated by the need to look at a canvas redraw issue most notable when a waveform widget is playing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/apollo/audio/util/SoundDesk.java

    r1434 r1561  
    747747               
    748748                // Create the (new) track sequence to associate the mix with
     749                // **** Look for TimeStretchFactor
     750                // **** Apply 'factor' to generate new version of Audio (WAV file??)
     751                // **** Feed to audio bytes from that into a TrackSequence
     752               
    749753                TrackSequence ts = new TrackSequence(
    750754                                tmodel.getAllAudioBytes(),
Note: See TracChangeset for help on using the changeset viewer.