cosmetics
This commit is contained in:
parent
5c91a48e42
commit
578bec397f
@ -30,7 +30,7 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>1.2.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added support for <code>BW_INCLUDE_WITH_QUOTES</code>,
|
||||
* <li>Added support for <code>BW_INCLUDE_WITH_QUOTES</code>,
|
||||
* <code>BW_NO_CXX</code>, and
|
||||
* <code>BW_CXX_NO_EXTERN_C</code>.</li>
|
||||
* <li>Added debugging checks from <code>bw_ap2_process()</code> to
|
||||
|
@ -29,7 +29,7 @@
|
||||
* <ul>
|
||||
* <li>Version <strong>1.2.0</strong>:
|
||||
* <ul>
|
||||
* <li>Added support for <code>BW_INCLUDE_WITH_QUOTES</code>,
|
||||
* <li>Added support for <code>BW_INCLUDE_WITH_QUOTES</code>,
|
||||
* <code>BW_NO_CXX</code>, and
|
||||
* <code>BW_CXX_NO_EXTERN_C</code>.</li>
|
||||
* <li>Added debugging checks from <code>bw_balance_process()</code> to
|
||||
|
@ -213,7 +213,7 @@ static inline void bw_dist_process_multi(
|
||||
size_t n_channels,
|
||||
size_t n_samples);
|
||||
/*! <<<```
|
||||
* Processes the first `n_samples` of the `n_channels` input buffers `x` and
|
||||
* Processes the first `n_samples` of the `n_channels` input buffers `x` and
|
||||
* fills the first `n_samples` of the `n_channels` output buffers `y`, while
|
||||
* using and updating both the common `coeffs` and each of the `n_channels`
|
||||
* `state`s (control and audio rate).
|
||||
|
@ -214,7 +214,7 @@ static inline void bw_fuzz_process_multi(
|
||||
size_t n_channels,
|
||||
size_t n_samples);
|
||||
/*! <<<```
|
||||
* Processes the first `n_samples` of the `n_channels` input buffers `x` and
|
||||
* Processes the first `n_samples` of the `n_channels` input buffers `x` and
|
||||
* fills the first `n_samples` of the `n_channels` output buffers `y`, while
|
||||
* using and updating both the common `coeffs` and each of the `n_channels`
|
||||
* `state`s (control and audio rate).
|
||||
|
Loading…
Reference in New Issue
Block a user