Skip to content

BabitMF Release 0.0.12

Latest
Compare
Choose a tag to compare
@taoboyang taoboyang released this 06 Jan 03:20

Changes from github community

Changes from bytedance internal

  1. Upgrade and compat the version of pybind11 to v2.12.1, The BMF framework now theoretically supports python versions up to 3.13.
  2. upgrade the cuda version of gpu image to 12.2
  3. Released an audio robot effect demo showcasing the typical processes of an audio module, including format validation, audio buffering, and packet merging.
  4. Add fuzz tests using the Fuzztest framework
  5. Refactor codebase to use "hmp" naming consistently ("hml" deprecated) - interface change for Python/C++ sdk
  6. Simplified third party dependency management using the CMake FetchContent module
  7. Add clang CI job which compiles and runs some basic fuzz tests

New Contributors

Full Changelog: v0.0.11...v0.0.12