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

Enable build without FxSound install as prerequisite #233

Open
faulkdev opened this issue Jan 23, 2025 · 1 comment
Open

Enable build without FxSound install as prerequisite #233

faulkdev opened this issue Jan 23, 2025 · 1 comment

Comments

@faulkdev
Copy link

faulkdev commented Jan 23, 2025

Is your feature request related to a problem? Please describe.
Yes, absolutely! We want to review the source code before we build the app so we do not have to use the prepackaged installer. However, we have to use the prepackaged installer in order to build the app.

Describe the solution you'd like
Remove the dependency to install FxSound prior to building FxSound. (That is, put the chicken after the egg.) For example, release the code for the virtual sound card.

Describe alternatives you've considered
Using different code base than FxSound.

Additional context
N/A

@bvijay74
Copy link
Member

The virtual audio driver source code is available at https://github.com/[fxsound2/fxsound-driver](https://github.com/fxsound2/fxsound-driver)
You can build and install the driver and then build and run FxSound, if you want to avoid installing the signed driver through FxSound release installer.

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

2 participants