Skip to content

Conversation

@wiccy46
Copy link
Collaborator

@wiccy46 wiccy46 commented Jan 9, 2025

No description provided.

- There are a few internal packages for audio decoding are deprecating
  in Python3.13. A simpler way to move forward is simply to use
  SoundFile
- Our currently decoding return a 16 bit integer data which can lose
  precision, essentially with PCM24 being a common bit depth. Thus the
  new change retain precision for different PCM depth and then convert
  to f32 for maximum detail retained.
- As for FFmpeg, directly read into f32 is the easiest to handle mp3.
- We need to rethink whether we would like to support jupyter backend
  moving forward. This seems a lot of effort, but not a lot of actual
  use case
- The current test is failing due to WS issue. I don't know why yet and
  doesn't have the time to dive deep into it yet.
@wiccy46 wiccy46 merged commit 21dc494 into develop Jan 9, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants