Skip to content

Commit

Permalink
Deploying to gh-pages from @ 079ff7d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jul 11, 2024
1 parent d6076f5 commit 3aa98df
Show file tree
Hide file tree
Showing 360 changed files with 2,996 additions and 11,238 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="cover ">
<h1 class="cover"><span>get</span><wbr><span>Channel</span><wbr><span><span>Config</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="get-channel-config.html"><span class="token function">getChannelConfig</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">nChannel<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><p class="paragraph">Returns channel configuration from the number of channels.</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">channel configuration (either <a href="https://developer.android.com/reference/kotlin/android/media/AudioFormat.html#CHANNEL_IN_MONO--">AudioFormat.CHANNEL_IN_MONO</a> or <a href="https://developer.android.com/reference/kotlin/android/media/AudioFormat.html#CHANNEL_IN_STEREO--">AudioFormat.CHANNEL_IN_STEREO</a>)</p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current=":core:dokkaHtmlPartial/release" data-filterable-set=":core:dokkaHtmlPartial/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span>n</span><wbr><span><span>Channel</span></span></u></div></span></div><div><div class="title"><p class="paragraph">1 for mono, 2 for stereo</p></div></div></div></div></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="get-channel-config.html"><span class="token function">getChannelConfig</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">nChannel<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><p class="paragraph">Returns channel configuration from the number of channels.</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">channel configuration (either <a href="https://developer.android.com/reference/kotlin/android/media/AudioFormat.html#channel_in_mono">AudioFormat.CHANNEL_IN_MONO</a> or <a href="https://developer.android.com/reference/kotlin/android/media/AudioFormat.html#channel_in_stereo">AudioFormat.CHANNEL_IN_STEREO</a>)</p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current=":core:dokkaHtmlPartial/release" data-filterable-set=":core:dokkaHtmlPartial/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span>n</span><wbr><span><span>Channel</span></span></u></div></span></div><div><div class="title"><p class="paragraph">1 for mono, 2 for stereo</p></div></div></div></div></div></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="cover ">
<h1 class="cover"><span>get</span><wbr><span>Num</span><wbr><span>Of</span><wbr><span>Bytes</span><wbr><span>Per</span><wbr><span><span>Sample</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="get-num-of-bytes-per-sample.html"><span class="token function">getNumOfBytesPerSample</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">byteFormat<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><p class="paragraph">Returns the number of bytes for a single audio sample.</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">number of bytes per sample</p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current=":core:dokkaHtmlPartial/release" data-filterable-set=":core:dokkaHtmlPartial/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span>byte</span><wbr><span><span>Format</span></span></u></div></span></div><div><div class="title"><p class="paragraph">byte format (either <a href="https://developer.android.com/reference/kotlin/android/media/AudioFormat.html#ENCODING_PCM_8BIT--">AudioFormat.ENCODING_PCM_8BIT</a> or <a href="https://developer.android.com/reference/kotlin/android/media/AudioFormat.html#ENCODING_PCM_16BIT--">AudioFormat.ENCODING_PCM_16BIT</a>,...)</p></div></div></div></div></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="get-num-of-bytes-per-sample.html"><span class="token function">getNumOfBytesPerSample</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">byteFormat<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><p class="paragraph">Returns the number of bytes for a single audio sample.</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">number of bytes per sample</p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current=":core:dokkaHtmlPartial/release" data-filterable-set=":core:dokkaHtmlPartial/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span>byte</span><wbr><span><span>Format</span></span></u></div></span></div><div><div class="title"><p class="paragraph">byte format (either <a href="https://developer.android.com/reference/kotlin/android/media/AudioFormat.html#encoding_pcm_8bit">AudioFormat.ENCODING_PCM_8BIT</a> or <a href="https://developer.android.com/reference/kotlin/android/media/AudioFormat.html#encoding_pcm_16bit">AudioFormat.ENCODING_PCM_16BIT</a>,...)</p></div></div></div></div></div></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="cover ">
<h1 class="cover"><span>get</span><wbr><span>Number</span><wbr><span>Of</span><wbr><span><span>Channels</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="get-number-of-channels.html"><span class="token function">getNumberOfChannels</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">channelConfig<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><p class="paragraph">Returns number of channels from a channel configuration.</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">number of channels</p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current=":core:dokkaHtmlPartial/release" data-filterable-set=":core:dokkaHtmlPartial/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span>channel</span><wbr><span><span>Config</span></span></u></div></span></div><div><div class="title"><p class="paragraph"><a href="https://developer.android.com/reference/kotlin/android/media/AudioFormat.html#CHANNEL_IN_MONO--">AudioFormat.CHANNEL_IN_MONO</a> or <a href="https://developer.android.com/reference/kotlin/android/media/AudioFormat.html#CHANNEL_IN_STEREO--">AudioFormat.CHANNEL_IN_STEREO</a></p></div></div></div></div></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="get-number-of-channels.html"><span class="token function">getNumberOfChannels</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">channelConfig<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><p class="paragraph">Returns number of channels from a channel configuration.</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">number of channels</p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current=":core:dokkaHtmlPartial/release" data-filterable-set=":core:dokkaHtmlPartial/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span>channel</span><wbr><span><span>Config</span></span></u></div></span></div><div><div class="title"><p class="paragraph"><a href="https://developer.android.com/reference/kotlin/android/media/AudioFormat.html#channel_in_mono">AudioFormat.CHANNEL_IN_MONO</a> or <a href="https://developer.android.com/reference/kotlin/android/media/AudioFormat.html#channel_in_stereo">AudioFormat.CHANNEL_IN_STEREO</a></p></div></div></div></div></div></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2 class="">Functions</h2>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="get-channel-config.html"><span class="token function">getChannelConfig</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">nChannel<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><div class="brief "><p class="paragraph">Returns channel configuration from the number of channels.</p></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="get-channel-config.html"><span class="token function">getChannelConfig</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">nChannel<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><div class="brief "><p class="paragraph">Returns channel configuration from the number of channels.</p></div></div></div>
</div>
</div>
</div>
Expand All @@ -94,7 +94,7 @@ <h2 class="">Functions</h2>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="get-number-of-channels.html"><span class="token function">getNumberOfChannels</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">channelConfig<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><div class="brief "><p class="paragraph">Returns number of channels from a channel configuration.</p></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="get-number-of-channels.html"><span class="token function">getNumberOfChannels</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">channelConfig<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><div class="brief "><p class="paragraph">Returns number of channels from a channel configuration.</p></div></div></div>
</div>
</div>
</div>
Expand All @@ -109,7 +109,7 @@ <h2 class="">Functions</h2>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="get-num-of-bytes-per-sample.html"><span class="token function">getNumOfBytesPerSample</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">byteFormat<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><div class="brief "><p class="paragraph">Returns the number of bytes for a single audio sample.</p></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":core:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword">fun </span><a href="get-num-of-bytes-per-sample.html"><span class="token function">getNumOfBytesPerSample</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">byteFormat<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div><div class="brief "><p class="paragraph">Returns the number of bytes for a single audio sample.</p></div></div></div>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 3aa98df

Please sign in to comment.