MCPcopy Create free account

hub / github.com/csteinmetz1/NeuralReverberator / functions

Functions381 in github.com/csteinmetz1/NeuralReverberator

FunctionParser
(options)
docs/slides/plugin/markdown/marked.js:6
FunctionPlayback
* Constructor for the playback component, which displays * play/pause/progress controls. * * @param {HTMLElement} container The component will a
docs/slides/js/reveal.js:5211
FunctionR
()
docs/slides/plugin/highlight/highlight.js:76
FunctionRenderer
(options)
docs/slides/plugin/markdown/marked.js:6
FunctionSuiteReport
(name, parentSuite)
docs/slides/test/qunit-2.5.0.js:2609
FunctionTest
(settings)
docs/slides/test/qunit-2.5.0.js:1332
FunctionTestReport
(name, suite, options)
docs/slides/test/qunit-2.5.0.js:1227
Method__init__
(self, n, rate, batch_size, latent_dim, decoder)
train/util.py:123
Function_onEvent
( event )
docs/slides/test/test.js:353
FunctionabortTests
()
docs/slides/test/qunit-2.5.0.js:3299
FunctionaddKeyBinding
* Add a custom key binding with optional description to * be added to the help screen.
docs/slides/js/reveal.js:1388
FunctionaddToQueue
* Adds a function to the ProcessingQueue for execution. * @param {Function|Array} callback * @param {Boolean} priority * @param {String} seed
docs/slides/test/qunit-2.5.0.js:1149
FunctionaddToQueueImmediate
(callback)
docs/slides/test/qunit-2.5.0.js:1130
Functionadvance
* Advances the ProcessingQueue to the next item if it is ready. * @param {Boolean} last
docs/slides/test/qunit-2.5.0.js:1104
Functionanalyze_dataset
Analyze and calculate relevant statistics on the dataset. Args: dataset_dir (str): Directory containing the dataset.
train/util.py:349
Functionarray
(arr, stack)
docs/slides/test/qunit-2.5.0.js:690
Functionbuild_spectral_ae
(input_shape=(513, 256, 1), latent_dim=3, n_filters=[32, 64, 128, 256, 512], lr=0.001)
train/model.py:93
Functionbuild_vae_model
(n_samples, n_ch)
train/model.py:10
Functionbuild_wavenet_ae
(n_samples, n_ch)
train/model.py:88
Functioncheck_spectrograms_for_nans
Utility function to determine if dataset contains samples with NaNs. Args: dataset_dir (str): Directory containing the dataset.
train/util.py:306
Functionclean_dataset
Analyze the dataset and remove samples that do not fall within the supplied limits. Args: dataset_dir (str): Directory containi
train/util.py:269
Functionconvert_sample_rate
Utility function convert the sample rate of audio files. Args: dataset_dir (str): Directory containing the dataset. output_
train/util.py:103
Functionct
()
docs/slides/lib/js/head.min.js:6
Functiond
(s)
docs/slides/lib/js/classList.js:2
Functiongenerate_animation
()
train/latent_plot.py:75
Functiongenerate_frames
(path)
train/latent_plot.py:14
Functiongenerate_report
Collect training results into a nicely formatted txt report. Args: r (dict) : Training details and results. r = {'start_ti
train/util.py:402
Functiongenerate_specgrams
Generate spectrograms (via stft) on dataset of audio data. Args: dataset_dir (str): Directory containing the dataset. outpu
train/util.py:148
FunctionhideHandler
(e)
docs/slides/test/qunit-2.5.0.js:3577
Functioninitialize
* Starts up the presentation if the client is capable.
docs/slides/js/reveal.js:328
FunctioninterceptNavigation
(ev)
docs/slides/test/qunit-2.5.0.js:3309
FunctionisAutoSliding
* Checks if the auto slide mode is currently on. * * @return {Boolean}
docs/slides/js/reveal.js:2521
FunctionisPrintingPDFFragments
* Check if this instance is being used to print a PDF with fragments.
docs/slides/js/reveal.js:1696
Functionliteral
(o)
docs/slides/test/qunit-2.5.0.js:675
Functionload_specgrams
Utility function to load spectogram data. Args: dataset_dir (str): Directory containing the dataset. spec_shape (tuple) : Sh
train/util.py:21
FunctionloggingCallback
(callback)
docs/slides/test/qunit-2.5.0.js:1019
Functionlt
()
docs/slides/lib/js/head.min.js:6
Functionmodule$1
(name, options, executeNow)
docs/slides/test/qunit-2.5.0.js:2862
Functionnoop
()
docs/slides/plugin/markdown/marked.js:6
Functionon
* Registers a callback as a listener to the specified event. * * @public * @method on * @param {String} eventName * @param {Function} c
docs/slides/test/qunit-2.5.0.js:991
FunctiononAutoSlidePlayerClick
* Handles click on the auto-sliding controls element. * * @param {object} [event]
docs/slides/js/reveal.js:5177
FunctiononDocumentKeyPress
* Handler for the document level 'keypress' event. * * @param {object} event
docs/slides/js/reveal.js:4675
FunctiononDocumentMouseScroll
* Handles mouse wheel scrolling, throttled to avoid skipping * multiple slides. * * @param {object} event
docs/slides/js/reveal.js:5022
FunctiononError
(error)
docs/slides/test/qunit-2.5.0.js:2727
FunctiononNavigateDownClicked
( event )
docs/slides/js/reveal.js:5071
FunctiononNavigateLeftClicked
* Event handler for navigation control buttons.
docs/slides/js/reveal.js:5068
FunctiononNavigateNextClicked
( event )
docs/slides/js/reveal.js:5073
FunctiononNavigatePrevClicked
( event )
docs/slides/js/reveal.js:5072
FunctiononNavigateRightClicked
( event )
docs/slides/js/reveal.js:5069
FunctiononNavigateUpClicked
( event )
docs/slides/js/reveal.js:5070
FunctiononOverviewSlideClicked
* Invoked when a slide is and we're in the overview. * * @param {object} event
docs/slides/js/reveal.js:5125
FunctiononPageVisibilityChange
* Handle for the window level 'visibilitychange' event. * * @param {object} [event]
docs/slides/js/reveal.js:5102
FunctiononPointerDown
* Convert pointer down to touch start. * * @param {object} event
docs/slides/js/reveal.js:4979
FunctiononPointerMove
* Convert pointer move to touch move. * * @param {object} event
docs/slides/js/reveal.js:4993
FunctiononPointerUp
* Convert pointer up to touch end. * * @param {object} event
docs/slides/js/reveal.js:5007
FunctiononPreviewLinkClicked
* Handles clicks on links that are set to preview in the * iframe overlay. * * @param {object} event
docs/slides/js/reveal.js:5160
FunctiononProgressClicked
* Clicking on the progress bar results in a navigation to the * closest approximate horizontal slide using this equation: * * ( clickX / present
docs/slides/js/reveal.js:5048
FunctiononUnhandledRejection
(reason)
docs/slides/test/qunit-2.5.0.js:2747
FunctiononWindowHashChange
* Handler for the window level 'hashchange' event. * * @param {object} [event]
docs/slides/js/reveal.js:5080
FunctiononWindowResize
* Handler for the window level 'resize' event. * * @param {object} [event]
docs/slides/js/reveal.js:5091
Methodon_epoch_end
(self, epoch, logs)
train/util.py:133
Functiononly
(testName, callback)
docs/slides/test/qunit-2.5.0.js:1961
Functionot
(n,t,r,u)
docs/slides/lib/js/head.min.js:6
Functionpan
* Pan the document when the mosue cursor approaches the edges * of the window.
docs/slides/plugin/zoom-js/zoom.js:161
Functionpost
()
docs/slides/plugin/multiplex/master.js:10
Functionquote
(str)
docs/slides/test/qunit-2.5.0.js:672
FunctionremoveAddressBar
* Causes the address bar to hide on mobile devices, * more vertical space ftw.
docs/slides/js/reveal.js:1719
FunctionremoveKeyBinding
* Removes the specified custom key binding.
docs/slides/js/reveal.js:1410
FunctionresetFixture
()
docs/slides/test/qunit-2.5.0.js:3096
FunctionrunHook
()
docs/slides/test/qunit-2.5.0.js:1501
Functionsampling
(args)
train/model.py:31
FunctionsearchFocus
()
docs/slides/test/qunit-2.5.0.js:3567
FunctionsetState
* Restores the presentation to the given state. * * @param {object} state As generated by getState() * @see {@link getState} generates the param
docs/slides/js/reveal.js:4209
Functionskip
(testName)
docs/slides/test/qunit-2.5.0.js:1947
FunctionstoreFixture
()
docs/slides/test/qunit-2.5.0.js:3080
FunctionsyncSlide
* Updates reveal.js to keep in sync with new slide attributes. For * example, if you add a new `data-background-image` you can call * this to have
docs/slides/js/reveal.js:2744
Functiontodo
(testName, callback)
docs/slides/test/qunit-2.5.0.js:1932
FunctiontoolbarChanged
()
docs/slides/test/qunit-2.5.0.js:3373
FunctionuseStrictEquality
(a, b)
docs/slides/test/qunit-2.5.0.js:274
Functionw
()
docs/slides/lib/js/head.min.js:6
Functionyt
(n,t)
docs/slides/lib/js/head.min.js:6
← previous301–381 of 381, ranked by callers