Skip to content

cpal 0.2.9

Choose a tag to compare

@roderickvd roderickvd released this 11 Dec 16:51
· 1306 commits to master since this release
v0.2.9

Added

  • CoreAudio: Add support for U16/I16 PCM formats.
  • CoreAudio: Implement some missing functions.

Changed

  • Handle channels positionning.
  • Update Cargo.toml after the previous changes.
  • Allow for building for mipsel targets.
  • ALSA: Use correct ALSA channels.
  • CoreAudio: Implementation cleanup.
  • CoreAudio: Make Voice Send/Sync.
  • CoreAudio: Set sample rate to 44100.
  • Examples: Update the beep example.

Fixed

  • ALSA: Fix underflow bug on linux.
  • CI: Fix for travis build.
  • CoreAudio: Fix compilation on OSX with the new API for coreaudio-rs.
  • CoreAudio: Return correct length of buffer, stub unimpl funcs.
  • CoreAudio: Restore CoreAudio support after API overhaul.
  • Examples: Add some sane error messages.
  • Examples: Improve error reporting in beep example.

Removed

  • Do not use a wildcard version number.
  • CoreAudio: Revert "Add support for U16/I16 PCM formats" (was causing issues).