Skip to content

Commit ebeeff6

Browse files
authored
Merge pull request #785 from RustAudio/microphone
Adds Microphone input source
2 parents 1040b5e + 81655f4 commit ebeeff6

File tree

11 files changed

+1320
-4
lines changed

11 files changed

+1320
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Added `std_dev()` to `WhiteUniform` and `WhiteTriangular`.
1717
- Added a macro `nz!` which facilitates creating NonZero's for `SampleRate` and
1818
`ChannelCount`.
19+
- Adds a new input source: Microphone.
20+
- Adds a new method on source: record which collects all samples into a
21+
SamplesBuffer.
1922

2023
### Fixed
2124
- docs.rs will now document all features, including those that are optional.

0 commit comments

Comments
 (0)