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

Support passing jams kwargs to muda's load/save functions #56

Closed
justinsalamon opened this issue Apr 18, 2017 · 2 comments
Closed

Support passing jams kwargs to muda's load/save functions #56

justinsalamon opened this issue Apr 18, 2017 · 2 comments
Assignees
Milestone

Comments

@justinsalamon
Copy link

It would be helpful to be able to pass jams kwargs to muda's load_jam_audio() and save() methods. Example use case: I want to skip json validation upon loading (via muda.load_jam_audio()) or saving (via muda.save()).

@bmcfee
Copy link
Owner

bmcfee commented Apr 18, 2017

Can't do general kwargs because both load_jam_audio and save already use kwargs for manipulating audio io.

We could expose strict and validate for jams though.

@justinsalamon
Copy link
Author

We could expose strict and validate for jams though.

👍

@bmcfee bmcfee added this to the 0.2.0 milestone Aug 1, 2017
@bmcfee bmcfee self-assigned this Aug 1, 2017
bmcfee added a commit that referenced this issue Aug 1, 2017
@bmcfee bmcfee closed this as completed Aug 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants