Commit graph

9 commits

Author SHA1 Message Date
Petr Gladkikh
de53b87a06 Fix AGC example compilation
`experimental` flag removes some API, just keep the example
minimally functional in that case.
2024-11-21 23:01:01 +04:00
Petr Gladkikh
808d51b937 Revert changes in AGC example 2024-11-21 22:46:44 +04:00
Petr Gladkikh
7b70230a60 Remove redundant code from AGC example 2024-11-19 17:49:10 +04:00
Petr Gladkikh
e983383a7f Remove experimental features from documentation 2024-11-14 23:36:43 +04:00
Petr Gladkikh
b40caca6a0 Correct Sample::lerp documentation 2024-11-13 18:36:11 +04:00
Petr Gladkikh
5be291d364 Fix doc tests, update documentation 2024-11-12 23:40:47 +04:00
dvdsk
48408bcfa6
AGC: adds inner and inner_mut & uses those in example
This removes the use of AGC's experimental atomic bool controls in
favor of the already stable periodic_access method of control.

The disadvantage is that periodic_access is significantly more difficult
for most users to undestand. It requires understanding of how closures
work with ownership and threading primitives like Atomics & Arc.
2024-10-17 22:41:38 +02:00
UnknownSuperficialNight
ee980bc5cf Add automatic_gain_control to Cargo.toml examples 2024-10-06 16:14:49 +13:00
UnknownSuperficialNight
0b20274043 Add AGC example 2024-10-06 16:04:30 +13:00