Use CriticalSection in audio source. Add bool argument for seek to get immediate seeks. etc

This commit is contained in:
xenakios
2018-05-31 13:55:32 +03:00
parent 1f8f57666d
commit b8e408a73e
4 changed files with 18 additions and 16 deletions

View File

@ -50,7 +50,7 @@ public:
nsmps-=readsize;
};
};
virtual void seek(double pos)=0;//0=start,1.0=end
virtual void seek(double pos, bool immediate)=0;//0=start,1.0=end
struct {
int64_t nsamples=0;