Refactoring and native client library APIs. - #1684
Merged
digisomni merged 71 commits intoOct 4, 2022
Merged
Conversation
Fix the issue of "Plugin not found, cannot call xxxx::xxx " when using x86-unicode. (e.g. Plugin not found, cannot call nsProcess::_FindProcess)
Co-authored-by: Kalila <69767640+digisomni@users.noreply.github.com>
no member functions are used, and the two calls construct a transform object in place.
replaced by a simpler structure and a function.
by moving the script value conversion functions into AudioScriptingInterface.
by separating the codec interface from the plugin interface.
for future use in client library. The respective plugins are now just
wrappers for these.
…ion, based on audio-client library with interface specific parts removed.
Update INSTALLER notes for Windows.
… downloading macOSX SDK.
…tead of amazon S3 bucket.
to mention the IPFS repo and the whitelist of locations in gateway server's nginx configuration.
…th external asset configuration with IPFS CIDs.
as it's the only dependency from QtMultimedia.
it gives both default getter lambdas the same mangled name, likely https://bugs.llvm.org/show_bug.cgi?id=33924, XCode 11.2
…rs in client library.
…ent-core libraries. These are all unused, as QtMultimedia is not linked.
even though it built this code before.
and a documentation main page with a summary description of the APIs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request is a combination of #1655, #1675 and #1677 with conflicts resolved and a few minor improvements mainly for audio. Should be ideally reviewed and merged after the component PRs.