Skip to content

Commit ffed0f4

Browse files
committed
docs: update pubspec description
1 parent 84fff08 commit ffed0f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mic_stream: 0.5.2
1+
# mic_stream: 0.5.3+1
22

33
[Flutter Plugin]
44
Provides a tool to get the microphone input as 8 or 16 bit PCM Stream.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mic_stream
2-
description: Provides a tool to get the microphone input as PCM Stream
3-
version: 0.5.3
2+
description: MicStream is a plugin to receive raw byte streams from a device's microphone. Configurations allow for 8- and 16-bit PCM streams, and mono or stereo. Audio is returned as `Stream<Uint8list>`.
3+
version: 0.5.3+1
44
homepage: https://github.com/anarchuser
55

66
environment:

0 commit comments

Comments
 (0)