422 Commits

Author SHA1 Message Date
Andrea Bondavalli
5bccc19e84 chore: update dependencies 2021-05-28 20:49:52 +02:00
Andrea Bondavalli
76abb1bc1a build.sh script builds the WebUI locally in case the release WebUI is not avaiable 2021-05-28 18:40:58 +02:00
Andrea Bondavalli
54c83c1076 Revert to commit 6b0d0e1b20567a102037901fe28f7ef46891e623 2021-05-28 18:32:36 +02:00
Andrea Bondavalli
3472cb944d Fix to uncompress release WebUI tarball in case this exists 2021-05-28 17:37:53 +02:00
Andrea Bondavalli
185dd36452 build.sh script switches to local WebUI build in case release tarball is not available 2021-05-28 17:27:06 +02:00
Andrea Bondavalli
49949b1f74
Merge pull request #44 from bondagit/update-packages
chore: update dependencies
2021-05-28 17:15:23 +02:00
Anton Bracke
29d573b3e3 Revert "feat: add pr preview ci"
This reverts commit 0c740538617742949db137cf523dcc7a631eb1bd.
2021-05-28 14:52:07 +02:00
Anton Bracke
0c74053861 feat: add pr preview ci 2021-05-28 14:50:28 +02:00
Anton Bracke
d1dc6eb800 chore: update dependencies 2021-05-28 14:42:46 +02:00
Anton Bracke
924063f8ef chore: update dependencies 2021-05-28 10:16:51 +02:00
Anton Bracke
deec2460af fix: use correct import path 2021-05-28 10:09:44 +02:00
Anton Bracke
ec92c36f82 chore: add required node version 2021-05-28 10:09:26 +02:00
Andrea Bondavalli
6b0d0e1b20
Merge pull request #42 from bondagit/release-webui
Add release workflow for webui
2021-05-27 20:59:44 +02:00
Anton Bracke
b64ae40dcf feat: use vite as bundler 2021-05-27 09:23:01 +02:00
Anton Bracke
62fe35b94a docs: remove unused requirements 2021-05-27 08:50:54 +02:00
Anton Bracke
c8b0dfa1a4 feat: use new webui release 2021-05-27 08:48:35 +02:00
Anton Bracke
2a90764e9c feat: add release workflow 2021-05-27 08:31:49 +02:00
Andrea Bondavalli
35f7772cbb Added to the WebUI the possibility to configure the following additional TIC frame size: 64, 128.
Updated daemon documentation with info on the new driver patch to remove unsupported non-interleved access that enables compatibility with JACK audio.
Changed default daemon configuration file to use a TIC frame size of 64 to enable configuring an ALSA period compatible with JACk audio.
Updated daemon version to 1.2.
2021-05-18 19:23:54 +02:00
Andrea Bondavalli
88dff95fe0 Merge branch 'master' of https://github.com/bondagit/aes67-linux-daemon 2021-05-12 14:12:14 +02:00
Andrea Bondavalli
e2db12537c Added execution permission to create_test_files.sh script 2021-05-12 14:11:36 +02:00
Andrea Bondavalli
faa6a246aa Removed some wavplay AM824 test files that can be easily re-created using soc with create_test_files.sh script.
See issue #39
2021-05-12 14:08:38 +02:00
Andrea Bondavalli
480be2577b
Update README.md 2021-03-31 11:49:40 +02:00
Andrea Bondavalli
588358f2ea Fix to status.json file used by platform tests 2021-03-12 19:50:18 +01:00
Andrea Bondavalli
27b23f616c Updated README.md with changes in release v1.1 2021-03-11 18:04:23 +01:00
Andrea Bondavalli
f6d7799ec7 Changed daemon version to v1.1 2021-03-11 18:01:46 +01:00
Andrea Bondavalli
e72285b7e8 Restored default daemon.conf 2021-03-11 18:01:08 +01:00
Andrea Bondavalli
1af74dcbf0 Added support for unicast RTP stream address to daemon and WebUI, see #30
- added address field to Source struct definition to contain the destination address. If this field is left empty the default multicast address is used.
- if a unicast address is provided when creating a new Source the daemon looks in the ARP cache to retrieve the corresponding MAC address.
  If this is not found the daemon tries to connect to echo TCP service of the destination host and looks into the ARP cache up to 3 times and then returns and error.
- added RTP address field in the Source creating form of the WebUI. If this field is left empty the default multicast address is used instead.
- updated documentation and regression test suite
2021-03-04 18:31:34 +01:00
Andrea Bondavalli
399e22216a - added command line option -v to daemon to return current version
- set current daemon version to bondagit-1.0
- added HTTP API to return current daemon version and updated documentation
- added diplay of current daemon version in WebUI Config page
2021-02-25 18:00:01 +01:00
Andrea Bondavalli
0cda7c7ad3
Update README.md 2021-02-17 20:42:43 +01:00
Andrea Bondavalli
3e2b439193 Merge branch 'master' of https://github.com/bondagit/aes67-linux-daemon 2021-02-17 20:41:06 +01:00
Andrea Bondavalli
6f1868f1b7 Updated README.md file with recent changes to the repositories 2021-02-17 20:36:46 +01:00
Andrea Bondavalli
8e12abcc0e Re-added fix to check tool: check fails if the recorded file contains silence only 2021-02-17 20:35:02 +01:00
Andrea Bondavalli
0ba03dda75
Update README.md 2021-02-16 21:51:45 +01:00
Andrea Bondavalli
b2cc16de89
Update README.md 2021-02-16 21:17:50 +01:00
Andrea Bondavalli
fe3ff1aabd - build.sh uses the branch aes67-daemon of the new github repo https://github.com/bondagit/ravenna-alsa-lkm.git
This repo is a fork of the original one with the bondagit patches applied to the aes67-daemon branch
- removed ravenna-alsa-lkm driver patches from the repo
2021-02-16 21:09:50 +01:00
Andrea Bondavalli
330b1cf4db Fix to test/.gitignore 2021-02-16 21:01:33 +01:00
Andrea Bondavalli
7621beb83c - added platform compatiblity test used to test issue #17
- removed demo
- updated documentation with info about the platform compatiblity test
2021-02-16 20:57:31 +01:00
Andrea Bondavalli
723b410704 Removed test suite from master branch 2021-02-12 16:49:44 +01:00
Andrea Bondavalli
8a5600638b Reworked driver PCM interface to simplify and unify handling of memory mapped and read-write interleaved modes.
Removed driver copy_user(), copy_kernel() and fill_silence() ops.
Removed user space buffer transfer handling mode from playback and capture copy_internal() functions.
2021-02-12 16:35:07 +01:00
Andrea Bondavalli
db3a9520e7 Merge branch 'master' into test_issue_17 2021-02-05 12:33:32 +01:00
Andrea Bondavalli
af25380763 Fix to patch for corruption in read-write mode to preserve playback buffer cleanup (mute) on first IO start but to avoid it at subsequent 2021-02-05 12:26:12 +01:00
Andrea Bondavalli
ce72740f88 Merge branch 'master' into test_issue_17 2021-02-03 19:13:18 +01:00
Andrea Bondavalli
77cf7bdb28 Added patch to Ravenna driver to fix a problem that leads to an initial playback buffer corruption in case the read/write interleaved mode is used.
The problem arises from pre-buffering performed after ALSA prepare and before ALSA start trigger-
The patch enables the early startup of the audio playback interrupt and disables the cleanup (mute) of the playback buffer.
This issue can be reproduced using the test suite developed to investigate #17 and by removing the (-M) option from aplay in run_test.sh script.
2021-02-03 18:41:00 +01:00
Andrea Bondavalli
39e592886e Merge branch 'master' into test_issue_17 2021-01-31 19:46:19 +01:00
Andrea Bondavalli
bde3de9472 Revert build.sh 2021-01-31 19:45:31 +01:00
Andrea Bondavalli
10b5749d2a Improved loopback test suite to support multiple configuration.
To run the test suite:

./run_test.sh sample_format sample_rate channels duration
Where:
    sample_format can be one of S16_LE, S24_3LE, S32_LE
    sample_rate can be one of 44100, 48000, 96000
    channels can be one of 1, 2, 4
    duration is in the range 1 to 10 minutes

The test suite creates a raw file with the specified parameters, runs a loopback test where the file gets played and recorded using the loopback network interface and checks that the recorded file, after the initial silence, contains the expected samples sequence.
This test was developed to further investigate the issue #17.
2021-01-31 18:26:41 +01:00
Andrea Bondavalli
b34efd2a45 Merge branch 'master' into test_issue_17 2021-01-31 18:22:40 +01:00
Andrea Bondavalli
bf847edd73 Added patch to Ravenna driver to solve a possible corruption issue at the beginning of a playback or recording caused by not initialized buffers. 2021-01-31 18:19:33 +01:00
Andrea Bondavalli
143d98dee5 Added patch to Ravenna driver to enable mono channel configuration for playback and capture devices.
Without this patch a Source or Sink configured with a single channel fail to work as expected.
2021-01-31 18:12:09 +01:00
Andrea Bondavalli
21d598c8f7 Simple test suite to verify playback and recording in memory mapped mode on the network loopback interface.
This can be used t odebug issue #17.
2021-01-19 20:38:30 +01:00