-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature Request: Support Audio Formats #13
Comments
In other words, should we use |
What's |
@lxkain while it certainly looks like it could help, that dependency list would make it problematic to embed. It would be ideal if we could just pip-install. I could certainly sing a different tune once we attempt to support those other formats without it. |
Re-reading it, it shouldn't be too bad if we make it an optional dependency for signalworks and handle @lxkain how do you feel about adding this as a signalworks optional dependency? |
That would be fine. |
SoundFile doesn't support |
What are those formats? Best curated list about this sort of thing is at https://github.com/faroit/awesome-python-scientific-audio#read-write |
we have a variety of formats, but these ones I think came from the TIMIT dataset, and are NIST sphere encoded (which |
for example |
@tuanad121 has integrated |
@tuanad121 would you mind updating the original check list? |
See also #23. Unfortunately there is still no one-size-fits all solution for this, and it appears we will continue to need to interface with multiple libraries to load time-series (including audio) from files. |
It would be beneficial if
signalworks
would support the following audio formats as importable as Tracks.The text was updated successfully, but these errors were encountered: