Skip to content

Releases: chenhunghan/mic-ts

mic-ts: v0.1.5

11 May 09:54
d9bbb45
Compare
Choose a tag to compare

0.1.5 (2025-05-11)

Features

mic-ts: v0.1.4

21 Apr 14:56
d5a33ed
Compare
Choose a tag to compare

0.1.4 (2025-04-20)

Bug Fixes

  • correct type annotation for data parameter and fix typo in log message (c1859ef)
  • update _transform method to use Buffer type for chunk parameter (2f44f83)

mic-ts: v0.1.3

20 Apr 13:09
b832522
Compare
Choose a tag to compare

0.1.3 (2025-04-20)

Bug Fixes

  • update default annotations in MicOptions interface for consistency (cf4b64a)

mic-ts: v0.1.2

20 Apr 13:03
8cb0d47
Compare
Choose a tag to compare

0.1.2 (2025-04-20)

Features

  • add .npmignore to exclude unnecessary files from npm package (71615ad)

Bug Fixes

  • add schema reference to tsconfig.json for improved validation (b2706e4)
  • correct output directory path in tsconfig and ensure files section in package.json is properly defined (ad46a07)
  • remove .npmignore and include 'src' in package.json files section (1b75459)
  • update .gitignore to exclude .raw and .tgz files (aedecf7)

mic-ts: v0.1.1

20 Apr 10:41
185d967
Compare
Choose a tag to compare

0.1.1 (2025-04-20)

Features

  • add end-to-end testing script using tsx and update package dependencies (4d24bc9)

mic-ts: v0.1.0

20 Apr 10:30
0e14adf
Compare
Choose a tag to compare

0.1.0 (2025-04-20)

Features

  • implement IsSilence class and integrate with Mic interface for audio processing (b1f67dc)