summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2019-05-284a-play: uses the device given by the high level APIicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.1halibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.18.99.58.99.48.99.38.99.28.99.18.0.68.0.58.0.48.0.38.0.28.0.18.0.07.99.37.99.27.99.1halibutThierry Bultel1-1/+1
4a-client requests 4A for a role, thus this commit parses the json output to get the device name to use. Bug-AGL: SPEC-2467 Change-Id: I51ce699aa91d025e5f90132f42b8ebb4c576991d Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2019-04-244a-aplay: added avirt detectionsandbox/tbultel/avirtThierry Bultel1-1/+8
Adds the detection of avirt of electing the default playback device. Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2019-04-244a-api: add subcommands for mediaplayer and mediascannerStephane Desneux2-1/+14
Change-Id: Ib4933d68efe23c9f1dce0b190db713bc2001d057 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2019-04-24Fix issue with the unit file detectionLoïc Collignon5-69/+50
Fix a bug introduced by the commit e4e0b9b, due to the wildcard in the unit file. Change-Id: Iddc47378207a0ced207861433cd0ec02a52bc1a5 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2019-04-24Added a script to play any supported audio formatLoïc Collignon1-0/+56
Using the gst-launch-1.0 command, play any supported audio format on specific device using a specific 4a role if any. Change-Id: I6fce14a5ccdb8aa5e0e1cb85ef365851427553b0 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2019-04-24Added a way to make 4a-api work on hostLoïc Collignon1-3/+14
On host you can't detect the API port and token based on the systemd unit file. So when the file is not found, use API_4A_PORT and API_4A_TOKEN environment variable to allow users to make it work on host so they can still test 4a. Change-Id: I6379457c29c9e45db9cce8c78f6d646935b2caa5 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2019-04-24change media pathsStephane Desneux4-30/+129
Change-Id: I0d4783d37da25a315073eb847c7f525ed1b51d5c Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2019-04-24fix modes scriptsStephane Desneux2-0/+0
Change-Id: I2c5d4ff7d6c3107d814bbcabe8870af18ac3c525 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2019-04-24Added a 4a-info script use to test if 4a can workLoïc Collignon6-1/+79
Test various things to check if 4a can work in this environment. Change-Id: Ica4b739d7e8c6401db05a3b9b4d6ef9048ca1002 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2019-04-24add script 4a-get_roles for elementary test of 4A high level APIStephane Desneux1-0/+1
Change-Id: I61c9982e73fbc894307da8e29c5c062b136b4d84 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>