Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of SoapySDR Converter subsystem #105

Open
vankxr opened this issue Mar 8, 2024 · 0 comments
Open

Use of SoapySDR Converter subsystem #105

vankxr opened this issue Mar 8, 2024 · 0 comments

Comments

@vankxr
Copy link

vankxr commented Mar 8, 2024

Hello,

I have been looking through the code and noticed this file:
https://github.com/pothosware/SoapyRemote/blob/master/client/ClientStreamData.cpp

The code here suggests that this library is not using the SoapySDR converter subsystem to perform format conversions, is this correct?

I am planning on using SoapyRemote and taking advantage of a smaller format on the wire, but do not want to have high format conversion overhead. I already successfully installed SoapyVOLKConveters and it seems to be working. My understanding is that, on the server, it is the device support module that is responsible for correctly calling the Converters API in order to (hopefully) use a SIMD accelerated converter. However, on the client, is it SoapyRemote's responsibility to call the Converters API, which it currently seems not to be doing.

Has anyone dealt with this before?

Thanks,
Joao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant