Skip to content

bravl/c-x-channel-mixer

Repository files navigation

C Scalable mixing algorithms

A scalable C audio mixing algorithm test

Contains 3 variants

  • Mixing using a LUT to avoid divisions (mixer.c)
  • Mixing using a division (mixer2.c)
  • Extended version of the LUT using linear interpolation to avoid discrete volume steps

About

A scalable C audio mixing algorithm test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published