Mercurial > hg > svapp
comparison audioio/AudioJACKTarget.h @ 91:9fc4b256c283
* PortAudio driver: do not specify frames per buffer, let PA decide
* Remove old non-RubberBand time stretcher -- it doesn't work with varying
buffer sizes such as the PA driver may now be using
* Rewrite getCurrentPlayingFrame for greater correctness when using long
buffer sizes (interpolating according to audio stream timestamp)
* Several changes to make the timestretch management RT safe(r)
author | Chris Cannam |
---|---|
date | Fri, 08 Feb 2008 17:51:15 +0000 |
parents | 716e9d2f91c7 |
children |
comparison
equal
deleted
inserted
replaced
90:db267a315058 | 91:9fc4b256c283 |
---|---|
37 | 37 |
38 virtual void shutdown(); | 38 virtual void shutdown(); |
39 | 39 |
40 virtual bool isOK() const; | 40 virtual bool isOK() const; |
41 | 41 |
42 virtual double getCurrentTime() const; | |
43 | |
42 public slots: | 44 public slots: |
43 virtual void sourceModelReplaced(); | 45 virtual void sourceModelReplaced(); |
44 | 46 |
45 protected: | 47 protected: |
46 int process(jack_nframes_t nframes); | 48 int process(jack_nframes_t nframes); |