<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17302">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bridges: Spelling fixes<br><br>Correct typos of the following word families:<br><br>multiplication<br>potentially<br>iteration<br>interaction<br>virtual<br>synthesis<br>convolve<br>initializes<br><br>ASTERISK-29714<br><br>Change-Id: Ia40f1aca8f2996ab407c6ed9d24cb10a67c6684b<br>---<br>M bridges/bridge_softmix.c<br>M bridges/bridge_softmix/bridge_softmix_binaural.c<br>M bridges/bridge_softmix/include/bridge_softmix_internal.h<br>3 files changed, 8 insertions(+), 8 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/02/17302/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bridges/bridge_softmix.c b/bridges/bridge_softmix.c</span><br><span>index c7b1d6c..f61732b 100644</span><br><span>--- a/bridges/bridge_softmix.c</span><br><span>+++ b/bridges/bridge_softmix.c</span><br><span>@@ -1864,7 +1864,7 @@</span><br><span>                                                 softmix_data->internal_mixing_interval, bridge_channel, 1, -1, -1, -1);</span><br><span>                   }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-                   /* If stat_iteration_counter is 0, then collect statistics during this mixing interation */</span><br><span style="color: hsl(120, 100%, 40%);">+                   /* If stat_iteration_counter is 0, then collect statistics during this mixing interaction */</span><br><span>                         if (!stat_iteration_counter) {</span><br><span>                               gather_softmix_stats(&stats, softmix_data, bridge_channel);</span><br><span>                      }</span><br><span>diff --git a/bridges/bridge_softmix/bridge_softmix_binaural.c b/bridges/bridge_softmix/bridge_softmix_binaural.c</span><br><span>index 3a036cd..0342971 100644</span><br><span>--- a/bridges/bridge_softmix/bridge_softmix_binaural.c</span><br><span>+++ b/bridges/bridge_softmix/bridge_softmix_binaural.c</span><br><span>@@ -103,7 +103,7 @@</span><br><span>         }</span><br><span>    fftw_execute(chan->fftw_plan);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   /* Imaginary mulitplication (frequency space). */</span><br><span style="color: hsl(120, 100%, 40%);">+     /* Imaginary multiplication (frequency space). */</span><br><span>    /* First FFTW result has never an imaginary part. */</span><br><span>         chan->fftw_in[0] = chan->fftw_out[0] * chan->hrtf[0];</span><br><span>       for (i = 1; i < (hrtf_length / 2); i++) {</span><br><span>@@ -128,7 +128,7 @@</span><br><span>           chan->fftw_out[i] = chan->fftw_out[i] / (hrtf_length / 2);</span><br><span>     }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   /* Save the block for overlapp add in the next itteration. */</span><br><span style="color: hsl(120, 100%, 40%);">+ /* Save the block for overlapp add in the next iteration. */</span><br><span>         for (i = 0; i < in_sample_size; i++) {</span><br><span>            chan->overlap_add[i] += chan->fftw_out[i];</span><br><span>     }</span><br><span>diff --git a/bridges/bridge_softmix/include/bridge_softmix_internal.h b/bridges/bridge_softmix/include/bridge_softmix_internal.h</span><br><span>index ca70c3c..374a6cc 100644</span><br><span>--- a/bridges/bridge_softmix/include/bridge_softmix_internal.h</span><br><span>+++ b/bridges/bridge_softmix/include/bridge_softmix_internal.h</span><br><span>@@ -98,7 +98,7 @@</span><br><span> };</span><br><span> </span><br><span> struct convolve_data {</span><br><span style="color: hsl(0, 100%, 40%);">-  /*! A count of all channels potentialy having input data for the conference. */</span><br><span style="color: hsl(120, 100%, 40%);">+       /*! A count of all channels potentially having input data for the conference. */</span><br><span>     int number_channels;</span><br><span>         /*! Will set to true if there is at least one binaural output.</span><br><span>        * Only if set to true data will be convolved. */</span><br><span>@@ -304,7 +304,7 @@</span><br><span>              unsigned int chan_pos, unsigned int chan_side, unsigned int default_sample_size);</span><br><span> </span><br><span> /*!</span><br><span style="color: hsl(0, 100%, 40%);">- * \brief Initializies all data needed for binaural audio processing of a channel pair</span><br><span style="color: hsl(120, 100%, 40%);">+ * \brief Initializes all data needed for binaural audio processing of a channel pair</span><br><span>  * (left and right).</span><br><span>  *</span><br><span>  * \param cchan_pair The channel pair used for binaural audio processing.</span><br><span>@@ -319,7 +319,7 @@</span><br><span>           unsigned int hrtf_len, unsigned int chan_pos, unsigned int default_sample_size);</span><br><span> </span><br><span> /*!</span><br><span style="color: hsl(0, 100%, 40%);">- * \brief Preinits a specific number of channels (CONVOVLE_CHANNEL_PREALLOC)</span><br><span style="color: hsl(120, 100%, 40%);">+ * \brief Preinits a specific number of channels (CONVOLVE_CHANNEL_PREALLOC)</span><br><span>  * at the beginning of a conference.</span><br><span>  *</span><br><span>  * \param data Contains all channels and data needed for binaural processing</span><br><span>@@ -354,7 +354,7 @@</span><br><span> void free_convolve_data(struct convolve_data *data);</span><br><span> </span><br><span> /*!</span><br><span style="color: hsl(0, 100%, 40%);">- * \brief Joins a channel into a virtual enviroment build with the help of binaural sythesis.</span><br><span style="color: hsl(120, 100%, 40%);">+ * \brief Joins a channel into a virtual enviroment build with the help of binaural synthesis.</span><br><span>  *</span><br><span>  * \param data Contains all channels and data needed for binaural processing</span><br><span>  *  (e.g. head related transfer functions).</span><br><span>@@ -388,7 +388,7 @@</span><br><span>                 unsigned int default_sample_size);</span><br><span> </span><br><span> /*!</span><br><span style="color: hsl(0, 100%, 40%);">- * \brief Checks if a position change in the virual enviroment is requested by one of</span><br><span style="color: hsl(120, 100%, 40%);">+ * \brief Checks if a position change in the virtual enviroment is requested by one of</span><br><span>  * the participants.</span><br><span>  *</span><br><span>  * \param bridge The conference bridge.</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17302">change 17302</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/17302"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ia40f1aca8f2996ab407c6ed9d24cb10a67c6684b </div>
<div style="display:none"> Gerrit-Change-Number: 17302 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Josh Soref <jsoref@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>