Skip to content

Commit 8aaee26

Browse files
committed
Updated changelog
1 parent db2af05 commit 8aaee26

File tree

3 files changed

+62
-51
lines changed

3 files changed

+62
-51
lines changed

.directory

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[Dolphin]
2+
Timestamp=2019,4,5,11,11,10
3+
Version=4

.idea/workspace.xml

Lines changed: 46 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,31 @@ Constructor takes the Sample Rate as optional argument.
4848
* Fixed crucial bug from 0.0.6
4949

5050

51-
# 0.0.8
51+
## 0.0.8
5252

5353
- Calculations of durations, as multi-threading currently makes it not working. Will be included in future releases
5454

5555
+ Some unit tests (Will be extended in the future to fully ensure the plugin's working)
5656

5757

58-
# 0.1.0
58+
## 0.1.0
5959

6060
* Rewritten Plugin to make use of EventChannel.StreamHandlers (Much nicer than before)
6161

62-
> microphone({Options}) returns a Stream<List<int>>
63-
The stream starts upon onListen() and runs until onCancel()
62+
* microphone({Options}) returns a Stream<List<int>>
63+
* The stream starts upon onListen() and runs until onCancel()
6464

65-
> listen to the stream to start recording
66-
> stop the subscription to stop
65+
* listen to the stream to start recording
66+
* stop the subscription to stop
6767

6868

69-
# 0.1.1
69+
## 0.1.1
7070

7171
+ Added customisability for the recorder
7272
+ Added some error handling of the input params
73+
74+
75+
## 0.1.2
76+
77+
+ Added 16Bit PCM mode
78+

0 commit comments

Comments
 (0)