Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csteinmetz1/NeuralReverberator
/ functions
Functions
381 in github.com/csteinmetz1/NeuralReverberator
⨍
Functions
381
◇
Types & classes
2
↓ 1 callers
Function
applyUrlParams
()
docs/slides/test/qunit-2.5.0.js:3433
↓ 1 callers
Function
at
(n)
docs/slides/lib/js/head.min.js:6
↓ 1 callers
Function
audio_from_specgram
Reconstruct audio and save it to file. Args: spec (ndarray): spectrogram of shape (freqs, time). rate (int): sample rate of
train/generate.py:51
↓ 1 callers
Function
augment_audio
Perform data augmentation (stretching and pitch shifting) on input data. Args: data (ndarray): Monophonic autio data. rate
train/util.py:243
↓ 1 callers
Function
betterTrim
(snippetEl)
docs/slides/plugin/highlight/highlight.js:5
↓ 1 callers
Function
checkCapabilities
* Inspect the client to see what it's capable of, this * should only happens once per runtime.
docs/slides/js/reveal.js:389
↓ 1 callers
Function
checkPollution
()
docs/slides/test/qunit-2.5.0.js:1900
↓ 1 callers
Function
colorBrightness
* Calculates brightness on a scale of 0-255. * * @param {string} color See colorToRgb for supported formats. * @see {@link colorToRgb}
docs/slides/js/reveal.js:1641
↓ 1 callers
Function
compareConstructors
(a, b)
docs/slides/test/qunit-2.5.0.js:291
↓ 1 callers
Function
configure
* Applies the configuration settings from the config * object. May be called multiple times. * * @param {object} options
docs/slides/js/reveal.js:1135
↓ 1 callers
Function
connect
* Connect to the notes window through a postmessage handshake. * Using postmessage enables us to work in situations where the * origins differ,
docs/slides/plugin/notes/notes.js:38
↓ 1 callers
Function
consoleProxy
* Returns a function that proxies to the given method name on the globals * console object. The proxy will also detect if the console doesn't exist
docs/slides/test/qunit-2.5.0.js:2107
↓ 1 callers
Function
convertSlides
* Converts any current data-markdown slides in the * DOM to HTML.
docs/slides/plugin/markdown/markdown.js:343
↓ 1 callers
Function
createBackgrounds
* Creates the slide background elements and appends them * to the background container. One element is created per * slide no matter if the given
docs/slides/js/reveal.js:916
↓ 1 callers
Function
createModule
(name, testEnvironment, modifiers)
docs/slides/test/qunit-2.5.0.js:2784
↓ 1 callers
Function
createStatusDiv
* Creates a hidden div with role aria-live to announce the * current slide content. Hide the div off-screen to make it * available only to Assisti
docs/slides/js/reveal.js:623
↓ 1 callers
Function
d
()
docs/slides/plugin/highlight/highlight.js:76
↓ 1 callers
Function
disableRollingLinks
* Unwrap all 3D links.
docs/slides/js/reveal.js:1774
↓ 1 callers
Function
enableRollingLinks
* Wrap all links in 3D goodness.
docs/slides/js/reveal.js:1749
↓ 1 callers
Function
enterFullscreen
* Handling the fullscreen functionality via the fullscreen API * * @see http://fullscreen.spec.whatwg.org/ * @see https://developer.mozilla.org/
docs/slides/js/reveal.js:2420
↓ 1 callers
Function
et
(n)
docs/slides/lib/js/head.min.js:6
↓ 1 callers
Function
exportQUnit
(QUnit)
docs/slides/test/qunit-2.5.0.js:2570
↓ 1 callers
Function
finish
()
docs/slides/plugin/math/math.js:46
↓ 1 callers
Function
formatEmbeddedContent
* Enforces origin-specific format rules for embedded media.
docs/slides/js/reveal.js:3639
↓ 1 callers
Function
generate_training_plots
Generate plots of the training and validation losses. Args: history (dict) : Training history results. root_report_dir (str
train/util.py:469
↓ 1 callers
Function
generate_video
()
train/latent_plot.py:84
↓ 1 callers
Function
generate_z
Determine the latent representation of a spectrogram. Args: encoder (obj): trained Keras encoder network. spec (ndarray): sp
train/generate.py:14
↓ 1 callers
Function
getNotStartedModules
(startModule)
docs/slides/test/qunit-2.5.0.js:1404
↓ 1 callers
Function
getProgress
* Returns a value ranging from 0-1 that represents * how far into the presentation we have navigated. * * @return {number}
docs/slides/js/reveal.js:3917
↓ 1 callers
Function
getRemainingHeight
* Returns the remaining height within the parent of the * target element. * * remaining height = [ configured parent height ] - [ current parent
docs/slides/js/reveal.js:1662
↓ 1 callers
Function
getSlide
* Returns the slide element matching the specified index. * * @return {HTMLElement}
docs/slides/js/reveal.js:4118
↓ 1 callers
Function
getSlideBackground
* Returns the background element for the given slide. * All slides, even the ones with no background properties * defined, have a background eleme
docs/slides/js/reveal.js:4142
↓ 1 callers
Function
getSlides
* Retrieves all slides in this presentation.
docs/slides/js/reveal.js:4096
↓ 1 callers
Function
getState
* Retrieves the current state of the presentation as * an object. This state can then be restored at any * time. * * @return {{indexh: number,
docs/slides/js/reveal.js:4189
↓ 1 callers
Function
getUrlConfigHtml
()
docs/slides/test/qunit-2.5.0.js:3319
↓ 1 callers
Function
getUrlParams
()
docs/slides/test/qunit-2.5.0.js:3175
↓ 1 callers
Function
griffin_lim
Iterative algorithm for phase retrival from a magnitude spectrogram. Args: mag: Magnitude spectrogram. phase_angle: Initial condit
train/util.py:556
↓ 1 callers
Function
hasNotes
* Checks if there are speaker notes for ANY slide in the * presentation.
docs/slides/js/reveal.js:3077
↓ 1 callers
Function
hideAddressBar
* Hides the address bar if we're on a mobile device.
docs/slides/js/reveal.js:1705
↓ 1 callers
Function
ht
(n)
docs/slides/lib/js/head.min.js:6
↓ 1 callers
Function
isArray
(obj)
docs/slides/test/qunit-2.5.0.js:706
↓ 1 callers
Function
isContainer
(val)
docs/slides/test/qunit-2.5.0.js:323
↓ 1 callers
Function
ispecgram
Inverse Spectrogram using librosa. Args: spec: 3-D specgram array [freqs, time, (mag_db, dphase)]. n_fft: Size of the FFT.
train/util.py:579
↓ 1 callers
Function
load
* Loads the dependencies of reveal.js. Dependencies are * defined via the configuration option 'dependencies' * and will be loaded prior to starti
docs/slides/js/reveal.js:432
↓ 1 callers
Function
loadScript
( url, callback )
docs/slides/plugin/math/math.js:38
↓ 1 callers
Function
loadScript
( s )
docs/slides/js/reveal.js:448
↓ 1 callers
Function
load_data
Utility function to load room impulse responses. Args: dataset_dir (str): Directory containing the dataset. train_split (fl
train/util.py:61
↓ 1 callers
Function
moduleChainIdMatch
(testModule)
docs/slides/test/qunit-2.5.0.js:1816
↓ 1 callers
Function
moduleChainNameMatch
(testModule)
docs/slides/test/qunit-2.5.0.js:1805
↓ 1 callers
Function
moduleListHtml
()
docs/slides/test/qunit-2.5.0.js:3502
↓ 1 callers
Function
n
(o,p)
docs/slides/lib/js/classList.js:2
↓ 1 callers
Function
notifyTestsRan
(module, skipped)
docs/slides/test/qunit-2.5.0.js:2088
↓ 1 callers
Function
numberOfUnskippedTests
(module)
docs/slides/test/qunit-2.5.0.js:2082
↓ 1 callers
Function
o
(f)
docs/slides/lib/js/head.min.js:6
↓ 1 callers
Function
onConnected
* Called once we have established a connection to the notes * window.
docs/slides/plugin/notes/notes.js:111
↓ 1 callers
Function
onDocumentKeyDown
* Handler for the document level 'keydown' event. * * @param {object} event
docs/slides/js/reveal.js:4689
↓ 1 callers
Function
onTouchEnd
* Handler for the 'touchend' event. * * @param {object} event
docs/slides/js/reveal.js:4968
↓ 1 callers
Function
onTouchMove
* Handler for the 'touchmove' event. * * @param {object} event
docs/slides/js/reveal.js:4877
↓ 1 callers
Function
onTouchStart
* Handler for the 'touchstart' event, enables support for * swipe and pinch gestures. * * @param {object} event
docs/slides/js/reveal.js:4850
↓ 1 callers
Function
openSearch
()
docs/slides/plugin/search/search.js:111
↓ 1 callers
Function
plot_from_specgram
Plot a spectrogram and save it to file. Args: spec (ndarray): spectrogram of shape (freqs, time). rate (int): sample rate of
train/generate.py:64
↓ 1 callers
Function
post
* Posts the current slide data to the notes window
docs/slides/plugin/notes/notes.js:61
↓ 1 callers
Function
processHooks
(test, module)
docs/slides/test/qunit-2.5.0.js:1534
↓ 1 callers
Function
processSlides
* Parses any current data-markdown slides, splits * multi-slide markdown into separate sections and * handles loading of external markdown.
docs/slides/plugin/markdown/markdown.js:200
↓ 1 callers
Function
registerLoggingCallback
(key)
docs/slides/test/qunit-2.5.0.js:1018
↓ 1 callers
Function
registerLoggingCallbacks
(obj)
docs/slides/test/qunit-2.5.0.js:1012
↓ 1 callers
Function
resetVerticalSlides
* Resets all vertical slides so that only the first * is visible.
docs/slides/js/reveal.js:2773
↓ 1 callers
Function
searchInput
()
docs/slides/test/qunit-2.5.0.js:3594
↓ 1 callers
Function
selectionChange
(evt)
docs/slides/test/qunit-2.5.0.js:3611
↓ 1 callers
Function
setupDOM
* Finds and stores references to DOM elements which are * required by the presentation. If a required element is * not found, it is created.
docs/slides/js/reveal.js:554
↓ 1 callers
Function
setupPDF
* Configures the presentation for printing to a static * PDF.
docs/slides/js/reveal.js:678
↓ 1 callers
Function
setupPostMessage
* Registers a listener to postMessage events, this makes it * possible to call all reveal.js API methods from another * window. For example: *
docs/slides/js/reveal.js:1109
↓ 1 callers
Function
setupScrollPrevention
* This is an unfortunate necessity. Some actions – such as * an input field being focused in an iframe or using the * keyboard to expand text sele
docs/slides/js/reveal.js:862
↓ 1 callers
Function
showPreview
* Opens a preview window for the target URL. * * @param {string} url - url for preview iframe src
docs/slides/js/reveal.js:1827
↓ 1 callers
Function
shuffle
* Randomly shuffles all slides in the deck.
docs/slides/js/reveal.js:2819
↓ 1 callers
Function
sortAllFragments
* Sorts and formats all of fragments in the * presentation.
docs/slides/js/reveal.js:2798
↓ 1 callers
Function
st
(n)
docs/slides/lib/js/head.min.js:6
↓ 1 callers
Function
start
* Starts up reveal.js by binding input events and navigating * to the current URL deeplink if there is one.
docs/slides/js/reveal.js:493
↓ 1 callers
Function
startEmbeddedIframe
* "Starts" the content of an embedded iframe using the * postMessage API. * * @param {object} event
docs/slides/js/reveal.js:3771
↓ 1 callers
Function
startEmbeddedMedia
* Starts playing an embedded video/audio element after * it has finished loading. * * @param {object} event
docs/slides/js/reveal.js:3751
↓ 1 callers
Function
sync
* Syncs the presentation with the current DOM. Useful * when new slides or control elements are added or when * the configuration has changed.
docs/slides/js/reveal.js:2687
↓ 1 callers
Function
syncFragments
* Formats the fragments on the given slide so that they have * valid indices. Call this if fragments are changed in the DOM * after reveal.js has
docs/slides/js/reveal.js:2763
↓ 1 callers
Function
toggleAutoSlide
* Toggles the auto slide mode on and off. * * @param {Boolean} [override] Flag which sets the desired state. * True means autoplay starts, false
docs/slides/js/reveal.js:2504
↓ 1 callers
Function
toggleHelp
* Open or close help overlay window. * * @param {Boolean} [override] Flag which overrides the * toggle logic and forcibly sets the desired state
docs/slides/js/reveal.js:1876
↓ 1 callers
Function
toggleSearch
()
docs/slides/plugin/search/search.js:126
↓ 1 callers
Function
toolbarLooseFilter
()
docs/slides/test/qunit-2.5.0.js:3475
↓ 1 callers
Function
toolbarModuleFilter
()
docs/slides/test/qunit-2.5.0.js:3517
↓ 1 callers
Function
toolbarUrlConfigContainer
()
docs/slides/test/qunit-2.5.0.js:3455
↓ 1 callers
Function
trimLineBreaks
(input)
docs/slides/plugin/highlight/highlight.js:11
↓ 1 callers
Function
tt
()
docs/slides/lib/js/head.min.js:2
↓ 1 callers
Function
unitSamplerGenerator
* Creates a seeded "sample" generator which is used for randomizing tests.
docs/slides/test/qunit-2.5.0.js:1168
↓ 1 callers
Function
updateNotesVisibility
* Updates the visibility of the speaker notes sidebar that * is used to share annotated slides. The notes sidebar is * only visible if showNotes i
docs/slides/js/reveal.js:3062
↓ 1 callers
Method
vae_loss
(self, x, z_decoded)
train/model.py:64
↓ 1 callers
Function
vt
()
docs/slides/lib/js/head.min.js:6
Function
Assert
(testContext)
docs/slides/test/qunit-2.5.0.js:2120
Function
DiffMatchPatch
()
docs/slides/test/qunit-2.5.0.js:4146
Function
Hilitor
(id, tag)
docs/slides/plugin/search/search.js:19
Function
InlineLexer
(links,options)
docs/slides/plugin/markdown/marked.js:6
Function
Lexer
(options)
docs/slides/plugin/markdown/marked.js:6
Function
N
(n,t)
docs/slides/plugin/highlight/highlight.js:76
← previous
next →
201–300 of 381, ranked by callers