| Age | Commit message (Collapse) | Author |
|
|
|
|
|
playback on Linux.
|
|
|
|
|
|
This shouldn't matter for Windows hosts but it is necessary
for cross compiling from Linux.
|
|
|
|
Without this, if HAVE_GETTIMEOFDAY is defined getStreamTime() can return
a wrong value in the following case:
- start stream
- stop stream
- start stream
- call getStreamTime() immediately
In this case tickStreamTime() will not have been called since the
stream was restarted, hence lastTickTimestamp will refer to the
previous run of the stream. getStreamTime() will therefore extrapolate
wrongly from stream._streamTime. This patch only uses lastTickTimestamp
when it is valid.
|
|
|
|
|
|
|
|
Alsa API: Fix use of invalid card handle
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #144.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And capitalize and add a period at the end of the next sentence.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|