Skip to content
New issue

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

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

Already on GitHub? # to your account

initial flex support #380

Merged
merged 1 commit into from
May 21, 2022
Merged

initial flex support #380

merged 1 commit into from
May 21, 2022

Conversation

adamcstephens
Copy link
Contributor

I'm mostly just following the existing pattern. The codegen mod.rs file is a copy of 2x4hd, which may or may not match all the options of the flex. If you have any pointers on how to verify the input/output options, please let me know.

If I missed anything or did anything wrong, please point it out.

resolves: #370

@mrene
Copy link
Owner

mrene commented May 21, 2022

Thanks!

Codegen at least verifies that there are no missing symbols since it has to look them up from the xml config. Since Flex shares the same app as the 2x4hd I assume it'd be sufficient.

@mrene mrene merged commit 0e4a9c8 into mrene:dev May 21, 2022
@Mobe1969
Copy link

Mobe1969 commented May 22, 2022

I think the build might be broken for the pi version, armhf.deb

When I run minidsp:

minidsp: /lib/arm-linux-gnueabihf/[libc.so](http://libc.so/).6: version `GLIBC_2.33' not found (required by minidsp) 
minidsp: /lib/arm-linux-gnueabihf/[libc.so](http://libc.so/).6: version `GLIBC_2.32' not found (required by minidsp)

I've been testing on my windows test rig and works well on that.

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

Successfully merging this pull request may close these issues.

miniDSP Flex Support
3 participants