Reputation: 31
When I try to use the AudioSink component design by Axios which can be downloaded from: https://github.com/Axios-Engineering/audio-components and used as a component is not working outside of the sandbox chalkboard.
I created a SCA Waveform Project with the AudioSink as a component and when I try to launch it with the Device Manager it doesn't launch it because it can't initiate an instance of the AudioSink component.
You can create a simple waveform using 2 components: AudioTestSource and connect this one to the AudioSink and it will not let the Device manager launch the component.
Some help please.
Upvotes: 1
Views: 354
Reputation: 111
I have tested the components running within the DomainManager in the manner you suggested and they work for me. It will be difficult to isolate the problem without some additional information about your system and the errors you are experiencing.
Here are a few things to check first.
Have you installed the components into the SDRROOT? This can be done by either dragging
the component project in the IDE over to the Target SDR or by running "make install" in
the components folder. You can confirm that they have been installed to doing ls
. In that folder you should see AudioTestSource and AudioSink.
$SDRROOT\dom\components
When you attempt to launch the waveform; can you provide the error printout that the
DomainMananger and DeviceManager produced?
Upvotes: 1