Skip to content

Releases: f1yingbanana/sfizz-unity

1.2.0

09 Feb 14:51
Compare
Choose a tag to compare

1.2.0 (2022-02-09)

Bug Fixes

  • add assertions so Sfizz logs an error instead of crashing Unity (fde8076)
  • SfizzPlayer samples generated per frame no longer exceeds current buffer size (baeed55)

Features

  • add a MIDI file renderer that is capable of converting MIDI files to AudioClips (f871204)
  • add a MIDI player sample that showcases SfizzMidiRenderer (e3e9795)

1.1.0

04 Feb 22:15
Compare
Choose a tag to compare

1.1.0 (2022-02-04)

Bug Fixes

  • add correction for negative latency in AudioSource playback (7065406)
  • replace string path for sfz files with file object path in piano sample (950566b)

Features

1.0.0

04 Feb 01:15
Compare
Choose a tag to compare

1.0.0 (2022-02-04)

Features

  • add piano sample (1062b80)
  • create wrapper for sfizz.h (d2a99b8)
  • implement a streaming audio player (c4c5b5d)