-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsg_execution_times.html
264 lines (236 loc) · 14.3 KB
/
sg_execution_times.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html class="writer-html5" lang="en">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Computation times — librosa 0.10.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery.css?v=d2d258e8" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-binder.css?v=f4aeca0c" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-dataframe.css?v=2082cf3c" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-rendered-html.css?v=1277b6f3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=5e94ddc7" />
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=69c39844"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=35a8b989"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" style="background: white" >
<a href="index.html">
<img src="_static/librosa_logo_text.svg" class="logo" alt="Logo"/>
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">Getting started</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="install.html">Installation instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorial.html">Tutorial</a></li>
<li class="toctree-l1"><a class="reference internal" href="troubleshooting.html">Troubleshooting</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">API documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="core.html">Core IO and DSP</a></li>
<li class="toctree-l1"><a class="reference internal" href="display.html">Display</a></li>
<li class="toctree-l1"><a class="reference internal" href="feature.html">Feature extraction</a></li>
<li class="toctree-l1"><a class="reference internal" href="onset.html">Onset detection</a></li>
<li class="toctree-l1"><a class="reference internal" href="beat.html">Beat and tempo</a></li>
<li class="toctree-l1"><a class="reference internal" href="decompose.html">Spectrogram decomposition</a></li>
<li class="toctree-l1"><a class="reference internal" href="effects.html">Effects</a></li>
<li class="toctree-l1"><a class="reference internal" href="segment.html">Temporal segmentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="sequence.html">Sequential modeling</a></li>
<li class="toctree-l1"><a class="reference internal" href="util.html">Utilities</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Advanced topics</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="multichannel.html">Multi-channel</a></li>
<li class="toctree-l1"><a class="reference internal" href="filters.html">Filters</a></li>
<li class="toctree-l1"><a class="reference internal" href="cache.html">Caching</a></li>
<li class="toctree-l1"><a class="reference internal" href="ioformats.html">Advanced I/O Use Cases</a></li>
<li class="toctree-l1"><a class="reference internal" href="advanced.html">Advanced examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="recordings.html">Example files</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Reference</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a></li>
<li class="toctree-l1"><a class="reference internal" href="genindex.html">Index</a></li>
<li class="toctree-l1"><a class="reference internal" href="glossary.html">Glossary</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" style="background: white" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">librosa</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item active">Computation times</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/sg_execution_times.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section id="computation-times">
<span id="sphx-glr-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this heading"></a></h1>
<p><strong>01:46.106</strong> total execution time for 15 files <strong>from all galleries</strong>:</p>
<div class="docutils container">
<style scoped>
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdn.datatables.net/1.13.6/css/dataTables.bootstrap5.min.css" rel="stylesheet" />
</style>
<script src="https://code.jquery.com/jquery-3.7.0.js"></script>
<script src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.13.6/js/dataTables.bootstrap5.min.js"></script>
<script type="text/javascript" class="init">
$(document).ready( function () {
$('table.sg-datatable').DataTable({order: [[1, 'desc']]});
} );
</script><table class="table table-striped sg-datatable docutils align-default">
<thead>
<tr class="row-odd"><th class="head"><p>Example</p></th>
<th class="head"><p>Time</p></th>
<th class="head"><p>Mem (MB)</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p><a class="reference internal" href="auto_examples/plot_patch_generation.html#sphx-glr-auto-examples-plot-patch-generation-py"><span class="std std-ref">Efficient patch generation</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_patch_generation.py</span></code>)</p></td>
<td><p>00:36.222</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="auto_examples/plot_vocal_separation.html#sphx-glr-auto-examples-plot-vocal-separation-py"><span class="std std-ref">Vocal separation</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_vocal_separation.py</span></code>)</p></td>
<td><p>00:18.505</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="auto_examples/plot_chroma.html#sphx-glr-auto-examples-plot-chroma-py"><span class="std std-ref">Enhanced chroma and chroma variants</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_chroma.py</span></code>)</p></td>
<td><p>00:14.532</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="auto_examples/plot_display.html#sphx-glr-auto-examples-plot-display-py"><span class="std std-ref">Using display.specshow</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_display.py</span></code>)</p></td>
<td><p>00:09.333</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="auto_examples/plot_rainbowgram.html#sphx-glr-auto-examples-plot-rainbowgram-py"><span class="std std-ref">Rainbowgrams</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_rainbowgram.py</span></code>)</p></td>
<td><p>00:05.318</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="auto_examples/plot_segmentation.html#sphx-glr-auto-examples-plot-segmentation-py"><span class="std std-ref">Laplacian segmentation</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_segmentation.py</span></code>)</p></td>
<td><p>00:04.811</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="auto_examples/plot_hprss.html#sphx-glr-auto-examples-plot-hprss-py"><span class="std std-ref">Harmonic-percussive source separation</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_hprss.py</span></code>)</p></td>
<td><p>00:03.827</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="auto_examples/plot_music_sync.html#sphx-glr-auto-examples-plot-music-sync-py"><span class="std std-ref">Music Synchronization with Dynamic Time Warping</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_music_sync.py</span></code>)</p></td>
<td><p>00:03.394</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="auto_examples/plot_spectral_harmonics.html#sphx-glr-auto-examples-plot-spectral-harmonics-py"><span class="std std-ref">Harmonic spectrum</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_spectral_harmonics.py</span></code>)</p></td>
<td><p>00:02.621</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="auto_examples/plot_pcen_stream.html#sphx-glr-auto-examples-plot-pcen-stream-py"><span class="std std-ref">PCEN Streaming</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_pcen_stream.py</span></code>)</p></td>
<td><p>00:01.891</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="auto_examples/plot_audio_playback.html#sphx-glr-auto-examples-plot-audio-playback-py"><span class="std std-ref">Audio playback</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_audio_playback.py</span></code>)</p></td>
<td><p>00:01.812</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="auto_examples/plot_viterbi.html#sphx-glr-auto-examples-plot-viterbi-py"><span class="std std-ref">Viterbi decoding</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_viterbi.py</span></code>)</p></td>
<td><p>00:01.741</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="auto_examples/plot_dynamic_beat.html#sphx-glr-auto-examples-plot-dynamic-beat-py"><span class="std std-ref">Beat tracking with time-varying tempo</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_dynamic_beat.py</span></code>)</p></td>
<td><p>00:00.894</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="auto_examples/plot_superflux.html#sphx-glr-auto-examples-plot-superflux-py"><span class="std std-ref">Superflux onsets</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_superflux.py</span></code>)</p></td>
<td><p>00:00.692</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="auto_examples/plot_presets.html#sphx-glr-auto-examples-plot-presets-py"><span class="std std-ref">Presets</span></a> (<code class="docutils literal notranslate"><span class="pre">examples/plot_presets.py</span></code>)</p></td>
<td><p>00:00.511</p></td>
<td><p>0.0</p></td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>© Copyright 2013--2023, librosa development team.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions">
<span class="rst-current-version" data-toggle="rst-current-version">
<span class="fa fa-book"> Other Versions</span>
v: 0.10.2
<span class="fa fa-caret-down"></span>
</span>
<div class="rst-other-versions">
<dl>
<dt>Releases</dt>
<dd><a href="../0.10.0/index.html">0.10.0</a></dd>
<dd><a href="../0.10.1/index.html">0.10.1</a></dd>
<dd><a href="sg_execution_times.html">0.10.2</a></dd>
<dd><a href="../0.8.1/index.html">0.8.1</a></dd>
<dd><a href="../0.9.2/index.html">0.9.2</a></dd>
</dl>
<dl>
<dt>Development versions</dt>
<dd><a href="../main/index.html">main</a></dd>
</dl>
</div>
</div><script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<!-- Theme Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171031946-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-171031946-1', {
'anonymize_ip': false,
});
</script>
</body>
</html>