Ignore:
Timestamp:
05/10/18 16:04:51 (6 years ago)
Author:
davidb
Message:

Reworking of the code-base to separate logic from graphics. This version of Expeditee now supports a JFX graphics as an alternative to SWING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/apollo/gui/WaveFormRenderer.java

    r315 r1102  
    1313         *
    1414         * A single height is calculated for one or more frames, which is specified by the
    15          * aggregationSize. The way in which waveforms are rendered is implementation dependant.
     15         * aggregationSize. The way in which waveforms are rendered is implementation dependent.
    1616         *
    1717         * @param audioBytes
     
    2222         *
    2323         * @param frameLength
    24          *              The amount of frames to consider for rendering.
     24         *              The number of frames to consider for rendering.
    2525         *
    2626         * @param aggregationSize
    27          *              The amout of frames to aggregate.
     27         *              The amount of frames to aggregate.
    2828         *
    2929         * @return
Note: See TracChangeset for help on using the changeset viewer.