Commit Graph

607 Commits

Author SHA1 Message Date
Anne de Jong 7ce45e9c82 Some comment improvements, and portaudio API improvements. Also, disabled PortAudio PulseAudio backend as it is not working properly.
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m35s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Successful in -31s Details
2024-02-06 14:59:51 +01:00
Anne de Jong 7c8e6368ba Removed accidental use of wrong time weighting for impulse (35 ms). 2024-02-06 11:22:31 +01:00
Anne de Jong 7430e2c600 Updated armadillo
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 3m0s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2024-01-30 14:40:43 +01:00
Anne de Jong 6b337df2a9 Bugfix in channel counter for getHighestEnabledOutChannel, added Api -subapis for Portaudio backend. Switch to defaulting Portaudio as audio backend. Added PulseAudio as extra sub-api to default compile in portaudio
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 3m2s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2024-01-25 15:31:53 +01:00
Anne de Jong c713806bbe RtAudio not updated to 6.0.1?
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m52s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2024-01-23 15:18:04 +01:00
Anne de Jong 08010e56dd From now on build default LASP with Portaudio backend. Also on Linux. Code cleanup of Portaudio glue code
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 3m3s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2024-01-20 11:52:16 +01:00
Anne de Jong 292a9d5938 Merge branch 'RtAudioV6' into develop 2024-01-19 12:37:16 +01:00
Anne de Jong 373dcfb60f Bugfixes (that could potentially segfault) in PortAudio backend.
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m54s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Successful in 2s Details
2024-01-19 12:35:56 +01:00
Anne de Jong e8408ab53d Updated to RtAudio V6 2024-01-19 12:32:45 +01:00
Anne de Jong 0d152f6c14 Maded API changes to match RtAudio V6 2024-01-19 12:32:03 +01:00
Anne de Jong 46bef007ca Added muZ series impedance reference as measurementtype
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Has been cancelled Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been cancelled Details
2024-01-15 16:41:29 +01:00
Anne de Jong fd8366c362 Bugfix in measurementset
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Waiting to run Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Blocked by required conditions Details
2024-01-12 15:18:58 +01:00
Anne de Jong 6d5899c880 Merged in develop
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m39s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2024-01-10 17:31:59 +01:00
Anne de Jong 061beaf88b Small bugfix of some dead code 2024-01-10 17:30:56 +01:00
Thijs Hekman e8ba3b86bf Bugfix on bugfix. KeyError instead of AttributeError
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m29s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2024-01-10 13:14:54 +01:00
Anne de Jong 14ab3d9dfe Version bump: bugfix
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m27s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2024-01-10 13:01:38 +01:00
Anne de Jong 695a05b262 BUGFIX: Prevent corrupting all files when no UUID is yet stored in a file 2024-01-10 13:01:07 +01:00
Anne de Jong 514ed1aa32 Added physicalOutputQty for daq devices, added possibility to inspect from Python whether device has monitor. Added unit for equation in Qtys. Version bump 1.3.0
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m49s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2024-01-10 12:26:38 +01:00
Anne de Jong 0be8dd71d9 Bugfixes: store UUID attribute early when recording is done. Some small improvements
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m15s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Successful in -1m38s Details
2023-12-19 14:34:47 +01:00
Anne de Jong 2cd4c616b3 Bump 1.2.0
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m11s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Successful in -1m25s Details
2023-12-19 14:04:43 +01:00
Anne de Jong 311a1274bf Added fromFile() method to overcome problem of multiple times opening same file 2023-12-19 14:03:46 +01:00
Anne de Jong 936f2d5708 Merge remote-tracking branch 'origin/develop' into develop
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 3m18s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2023-12-19 12:28:18 +01:00
Anne de Jong 98d4e8dad2 More checks on refMeas. Renamed method refMeas to getRefMeas. Added removeRefMeas. Stabilized API? 2023-12-19 12:27:44 +01:00
Anne de Jong 87283e4aba Changed pure random UUID of measurement to time-based UUID 2023-12-19 12:26:22 +01:00
Thijs Hekman e5c40c6af3 Merged in lasp from remote
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 3m8s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2023-12-19 11:24:04 +01:00
Thijs Hekman 8c7dbed606 Bugfix in qty input of Measurement.fromnpy() 2023-12-19 11:21:13 +01:00
Anne de Jong c610c6350d Implemented reference measurements, and renaming as method in Measurement object. 2023-12-18 12:37:46 +01:00
Anne de Jong 44fe7f2689 Bump 1.0.4
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m13s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Successful in -46s Details
2023-10-27 15:02:44 +02:00
Anne de Jong f72a635cc7 Cleanup volume before copying
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m14s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2023-10-26 15:17:50 +02:00
Anne de Jong e9d7f0561e Revert "Possible bugfix for pyinstaller"
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m16s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
This reverts commit 17319c4925.
2023-10-24 22:38:34 +02:00
Anne de Jong 17319c4925 Possible bugfix for pyinstaller
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Failing after 2m7s Details
2023-10-24 20:56:07 +02:00
Anne de Jong a7b219a1e1 Updated readme
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m55s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2023-10-24 19:49:56 +02:00
Anne de Jong e4f887dc5b Renamed test_input.py to example_input.py
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Has been cancelled Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been cancelled Details
2023-10-24 19:47:35 +02:00
Anne de Jong ee7e5fbba9 Added test_input.py
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Failing after 2m13s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2023-10-24 15:14:37 +02:00
Anne de Jong bfa6704360 New armadillo version, some updates in pyproject and README
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m12s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2023-10-24 15:13:06 +02:00
Anne de Jong 152d6d635d Apparently path may not be absolute. What a inflexible release system!
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m38s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2023-10-16 15:54:08 +02:00
Anne de Jong de3ef1b4c1 Apparently path may not be absolute. What a inflexible release system!
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Failing after -1m26s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2023-10-16 15:53:06 +02:00
Anne de Jong 5ca899fa0a Volume not mounted absolute, but in repo.
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Failing after -1m26s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2023-10-16 15:43:17 +02:00
Anne de Jong ab103b74f7 Set working directory correct for release action. Is apparently required
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m36s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Failing after -32s Details
2023-10-16 15:36:15 +02:00
Anne de Jong a72284880d Twice container key
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m44s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Failing after -35s Details
2023-10-16 15:28:11 +02:00
Anne de Jong 67ff10b5e5 Forgot dash 2023-10-16 15:26:42 +02:00
Anne de Jong 5b76ff007c Added volumes 2023-10-16 15:24:20 +02:00
Anne de Jong 592448eea9 Release when tag. That is the only way the release action is working
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Failing after 2m41s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
2023-10-16 15:17:00 +02:00
Anne de Jong 402425ebd1 Test with only release. Removed last line
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Successful in 2m45s Details
Building and releasing LASP (master branch) / Release-Ubuntu (push) Failing after -1m23s Details
2023-10-16 14:58:00 +02:00
Anne de Jong 07b2d97e7a Sigh. requires go 1.18
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Successful in 2m34s Details
Building and releasing LASP (master branch) / Release-Ubuntu (push) Failing after -24s Details
2023-10-16 14:26:02 +02:00
Anne de Jong db9a1a28a5 Volumes should be specified in runner config
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Successful in 2m38s Details
Building and releasing LASP (master branch) / Release-Ubuntu (push) Failing after -47s Details
2023-10-16 14:14:36 +02:00
Anne de Jong 24f849d9ee Should be host volume
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Failing after 2m29s Details
Building and releasing LASP (master branch) / Release-Ubuntu (push) Has been skipped Details
2023-10-16 13:49:04 +02:00
Anne de Jong bcbb5b0720 More explicit name of volume
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Failing after 2m27s Details
Building and releasing LASP (master branch) / Release-Ubuntu (push) Has been skipped Details
2023-10-16 13:44:55 +02:00
Anne de Jong bf6a18bcf8 Use a volume to share state
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Failing after 2m43s Details
Building and releasing LASP (master branch) / Release-Ubuntu (push) Has been skipped Details
2023-10-16 13:37:18 +02:00
Anne de Jong 749d5354c9 Install golang manually
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Successful in 2m39s Details
Building and releasing LASP (master branch) / Release-Ubuntu (push) Failing after 16s Details
2023-10-13 12:30:31 +02:00