Age | Commit message (Collapse) | Author |
|
|
|
The previous one didnt seem to be set by the build system.
Perhaps this was lost in the transition to CMake?
|
|
|
|
|
|
Sorry guys, I misunderstood the comments.
Wave data is specifically in little endian format.
Therefore we should only be swapping on big endian machines.
Since systems only provide network endian macros:
The following commit provides a cross platform byteswap
and macros for host to/from worknet short and long.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
could be improperly set.
This fixed issues with qa_fir_filter_with_buffer.
|
|
|
|
This should fix some problems with gr-filter QA tests. Also removes some warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This block is meant to help debug applications that use stream tags.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should solve the case of stopping the receiver,
while leaving the work thread in a live state.
It also makes set stream time work for times > timeout.
|
|
|
|
|