Skip to content

🚢 0.1.0 / 2023-04-29

Latest
Compare
Choose a tag to compare
@LinusU LinusU released this 29 Apr 10:02
· 6 commits to main since this release
v0.1.0
47a67c6

💥 Breaking Changes

  • Stream data on the fly

🎉 Enhancements

  • Add initial implementation
  • Derive Debug and Clone for Pcm
  • Add export to wav example
  • Implement pitch sweeps

🐛 Fixes

  • Fix DutyCycle command
  • Fix double increase of note length

🌹 Internal Changes

  • Use rotate_left to update duty
  • Avoid separate sample_index variable
  • Add Slowpoke cry test case