Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 971 Bytes

CHANGELOG.md

File metadata and controls

36 lines (19 loc) · 971 Bytes

0.0.1

  • TODO: Describe initial release.

0.0.2

  • Convert sample rate of audio buffer by user set in iOS. At now, we can set sample rate value for iOS platform.

0.0.3

  • Fix bugs for onCancel failed and remove unnecessary files

1.0.0

  • Support sound null safety

1.1.0

  • Support Linux #9

1.1.1

  • General improvements and multithreading / start stop issues #13

1.1.2

  • Bump iOS minimum deplyment target to 13.6 from 12.4

1.1.3

  • Fix using .defaultToSpeaker causes audio session initialization problems on iPhone #14

1.1.4

  • Disabled waiting for first data on iOS by default and timeout parameter added #19
    • It is reported on #16