-
Notifications
You must be signed in to change notification settings - Fork 696
Backend switch #355
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
Merged
Merged
Backend switch #355
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
fffcdc0
move sox inside function calls.
vincentqb aa30033
add backend switch mechanism.
vincentqb e69001d
import sox at runtime, not import.
vincentqb 3b16e04
add backend list.
vincentqb ff2497f
backend tests.
vincentqb 523b7c2
creating hidden modules for backend.
vincentqb 11a02a0
naming backend same as file: soundfile.
vincentqb ecdac3b
remove docstring in backend file.
vincentqb cbafd09
test soundfile info.
vincentqb fd51aa2
soundfile doesn't support int64.
vincentqb 5459965
test only specified backend.
vincentqb 55bac5d
add support for precision.
vincentqb 41d0f8f
remove inplace out support.
vincentqb 823138e
flake8.
vincentqb ea7a827
explicitly convert from numpy.
vincentqb 0a54a38
adding test for wav file.
vincentqb 300096d
standardizing tests.
vincentqb 15de2fc
getattr to load module.
vincentqb 0202cf5
soundfile info follows sox.
vincentqb 16179e8
error with incorrect parameter instead of silent ignore.
vincentqb 45d214d
correct name of test.
vincentqb 3285c8b
normalization required for soundfile.
vincentqb 2f5caf2
flake8.
vincentqb 0d9b3d5
no need to change.
vincentqb 6905086
no need to change.
vincentqb fa50b00
no need to change.
vincentqb 45b65ec
no need to change.
vincentqb 4a9064b
add equivalent wav file.
vincentqb 7aac175
oneliner.
vincentqb d0690ae
adding test across backend. using float32 as done in sox.
vincentqb 5f6494f
backend guard decorator.
vincentqb 00066ef
move to backend file, for easier import.
vincentqb bac898b
remove commented out line
vincentqb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.