|
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 |
|