|
16390352dc
|
Removed stupid handleMessages from streammanager.
|
2022-05-17 13:53:07 +02:00 |
|
|
cf0b4cf283
|
Added export of compile commands. Stop make on first error
|
2022-01-28 14:11:58 +01:00 |
|
|
b570b4ba18
|
One definition in CMakeLists.txt not required
|
2021-12-27 12:08:53 +01:00 |
|
|
accde58b5b
|
Set CMake minumum version to 3.12, for PythonLibs finding
|
2021-11-01 11:47:12 +01:00 |
|
|
9694173a65
|
Bugfix in fft, set Blas vendor to openblas
|
2021-10-19 11:30:39 +02:00 |
|
|
6f782f237e
|
Bugfix: wrong #define statements, resulting in no Audio APIs at all
|
2021-10-04 20:54:36 +02:00 |
|
|
e958b8361a
|
Forgot to add 32-64 bits definitions to include in wrappers.pyx. Now fixed. Removed constrained on h5py version. This might result in new instabilities, but we expect it to be more fixed.
|
2021-10-04 15:53:22 +02:00 |
|
|
b159f4d144
|
Major cleanup of build code (CMake related). First steps towards C++ and C-compiler safety. Also first steps made to get single precision back to working
|
2021-09-14 20:05:42 +02:00 |
|
|
f76c89a688
|
Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop
|
2021-05-24 16:08:17 +02:00 |
|
|
7ae0de3a06
|
Some improvements in build, some comments added
|
2021-05-23 22:53:48 +02:00 |
|
|
0c1eef5388
|
Fixed error in build flags on Linux
|
2021-05-23 19:23:53 +02:00 |
|
|
9005bda017
|
Fixed some bugs. Lrftubes is temporarily disabled on this branch
|
2021-05-23 10:15:48 -07:00 |
|
|
1678a0767a
|
Fixed some bugs to let it work in MinGW compilation
|
2021-05-23 07:38:41 -07:00 |
|
|
7153096552
|
Fixed several bugs. Most serious one is a segfault for a stream without input.
|
2021-05-19 16:33:27 +02:00 |
|
|
fa6fbbe12d
|
Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop
|
2021-05-07 11:22:39 +02:00 |
|
|
bc1e0eb51c
|
Fixed python version to 3.8
|
2021-05-07 11:22:28 +02:00 |
|
|
2caccb6b71
|
Fix lasp to Python3.8.
|
2021-04-22 11:44:20 +02:00 |
|
|
5c3cae730f
|
Bugfix for something that does not seem to work anymore with Numpy. np.int16.itemsize is not a number anymore.
|
2021-01-28 22:16:09 +01:00 |
|
|
dd0b011fa3
|
Disabled annotation. Improved compilation flag for Cython
|
2020-11-19 11:11:38 +01:00 |
|
|
f54ac216c1
|
Major cleanup of compilation warnings.
|
2020-10-16 20:37:02 +02:00 |
|
|
bc9639f10c
|
Inbetween state. Nothing is working
|
2020-10-14 09:42:19 +02:00 |
|
|
a3963c4595
|
Working in CPP code, with multiple-api-api
|
2020-10-06 21:29:02 +02:00 |
|
|
a73ef3d7a8
|
First work on moving RtAudio Api back to C++.
|
2020-10-04 22:29:54 +02:00 |
|
|
2775e29fab
|
Updated some definitions
|
2020-10-02 10:01:18 +02:00 |
|
|
287b0cfe83
|
Big change to new stream configuration. Possibility to include output channels back to input
|
2020-08-03 20:17:52 +02:00 |
|
|
2d909b07dd
|
Small fixes for building on Windows. Note, that there are some things hardcoded which should not be hardcoded.
|
2020-04-26 05:41:11 -07:00 |
|
|
c1d8fe97d4
|
Bugfixes to hopefully let it run on Windows. Needs further testing
|
2020-04-06 21:38:04 +02:00 |
|
|
8e0b173fdf
|
Audio thread does not interfere with Python GIL anymore. Instead, GIL-acquiring stuff runs on different thread which communicates using queues. Small API change in callback to Python, no streamtime is given anymore, and buffers for input and output CAN be none.
|
2020-04-03 11:12:49 +02:00 |
|
|
195319ab29
|
Added the possibility to shift to different fft backend. Now set to fftw. Seems to work properly
|
2019-12-29 22:07:27 +01:00 |
|
|
86e7cbbbe9
|
Put all state of white noise generator in object. Added possibility of changing output level.
|
2019-12-28 21:33:14 +01:00 |
|
|
3ea745245f
|
First work in the direction of getting a recording running again
|
2019-12-17 14:09:45 +01:00 |
|
|
a39d8300a1
|
Somewhere inbetween. Everything broken
|
2019-12-08 14:19:10 +01:00 |
|
|
86211b8505
|
Updated setup.py, gitignore, cmakelists
|
2019-01-05 12:16:03 +01:00 |
|
|
1bd5d9b016
|
Added install in debug mode.
|
2018-12-30 20:16:01 +01:00 |
|
|
acd28780f2
|
Updated install system
|
2018-12-30 16:45:39 +01:00 |
|
|
505add6ae1
|
Added loads of comments and readability improvements.
|
2018-12-29 15:34:24 +01:00 |
|
|
e95b02ae9a
|
Lots of things improved. Forgot to count, became big commit, excuse myself
|
2018-07-17 11:52:02 +02:00 |
|
|
60cf046fa6
|
Removed some memory pool stuff. Decreased some tracer values. Removed debug warning on overflow. Bugfix on macro's ASCEE_USE_BLAS to LASP_USE_BLAS. Added SFSG macro. Added denominator in z-transform for frequency response of IIR filters. Added arbitrary fir design code. Put window types in a class in wrapper.
|
2018-04-01 10:27:27 +02:00 |
|
|
f37ce6b596
|
Fixed bug in filtebank, renamed ASCEE to LASP in lasp_python.h, added decimator.
|
2018-03-04 19:48:46 +01:00 |
|
|
c55d3b1e17
|
Rename all beamforming to lasp. In all source code.
|
2018-02-23 20:40:45 +01:00 |
|
|
89e9622b1f
|
Bugfix, added overflow checks for debug mode. Tested AvPowerSpectra. Now works without errors, only addTimeData cannot be called twice. Improved fft implementation. Removed double wrapper for fftpack. Renamed fft.pyx to wrappers.pyx. Improved CMakeLists. Adde proper function entrance and exit tracers. Made tracers indent to function level. Added Bartlett window function
|
2018-02-09 11:56:49 +01:00 |
|
|
83aaf69bef
|
Refactoring math routines. Added comments. Removed multithreading from fft routines. Switched to fftpack for FFT. Added Doxyfile
|
2018-02-06 12:01:27 +01:00 |
|
|
52e5a31bdb
|
Initial commit. Lots of stuff
|
2018-01-29 16:14:50 +01:00 |
|