Ticket #2265: audiooutputbase.h.v2.diff

File audiooutputbase.h.v2.diff, 630 bytes (added by awk@…, 18 years ago)

revised patch to audiooutputbase.h

  • audiooutputbase.h

     
    103103   
    104104    void SetStretchFactorLocked(float factor);
    105105
     106    int GetBaseAudioTime() const { return audiotime;}
     107    int GetBaseAudBufTimeCode() const { return audbuf_timecode;}
     108    soundtouch::SoundTouch *GetSoundStretch() const { return pSoundStretch;}
     109    void SetBaseAudioTime(const int inAudioTime) { audiotime = inAudioTime;}
     110   
    106111    int effdsp; // from the recorded stream
    107112    int effdspstretched; // from the recorded stream
    108113