-
Notifications
You must be signed in to change notification settings - Fork 3
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
199 task audio io #202
199 task audio io #202
Conversation
…iple files (optimized with pydra)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #202 +/- ##
==========================================
+ Coverage 60.24% 64.58% +4.34%
==========================================
Files 113 119 +6
Lines 4017 4188 +171
==========================================
+ Hits 2420 2705 +285
+ Misses 1597 1483 -114 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i few suggestions for str and PathLike
Co-authored-by: Satrajit Ghosh <satrajit.ghosh@gmail.com>
Co-authored-by: Satrajit Ghosh <satrajit.ghosh@gmail.com>
Co-authored-by: Satrajit Ghosh <satrajit.ghosh@gmail.com>
Description
This PR adds a utility for saving audio with specified bit depth, encoding, and format. It also introduces functions for parallel processing of audio file reading and writing.
Related Issue(s)
Closes Issue #199
Motivation and Context
These changes address the need for efficient audio file handling and data persistence.
How Has This Been Tested?
Types of changes
Checklist: