8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The submodule sfs.defs is supposed to mean "defaults". This is quite accurate, since it contains default values.
sfs.defs
However, if we would rename it to default, it would make more sense when reading it, e.g. sfs.default.c reads like "default c", not like "defaults c".
default
sfs.default.c
Apart from renaming, we could also turn it into an object of a custom class, like e.g. http://python-sounddevice.readthedocs.io/#sounddevice.default This way, we could avoid accidentally assigning unsupported attributes.
The text was updated successfully, but these errors were encountered:
Use sfs.default object instead of sfs.defs submodule
1de218c
Closes #32.
9ff63ae
f675e36
No branches or pull requests
The submodule
sfs.defs
is supposed to mean "defaults".This is quite accurate, since it contains default values.
However, if we would rename it to
default
, it would make more sense when reading it, e.g.sfs.default.c
reads like "default c", not like "defaults c".Apart from renaming, we could also turn it into an object of a custom class, like e.g. http://python-sounddevice.readthedocs.io/#sounddevice.default
This way, we could avoid accidentally assigning unsupported attributes.
The text was updated successfully, but these errors were encountered: