MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / render

Method render

packages/alphatab/src/synth/IAudioExporter.ts:124–124  ·  view source on GitHub ↗

* Renders the next chunk of audio and provides it as result. * * @param milliseconds The rough number of milliseconds that should be synthesized and exported as chunk. * @returns The requested chunk holding the samples and time information. * If the song completed playback `undef

(milliseconds: number)

Source from the content-addressed store, hash-verified

122 * @async
123 */
124 render(milliseconds: number): Promise<AudioExportChunk | undefined>;
125
126 /*
127 * Destroys the exporter and shuts down all related processing components.

Callers 9

onSettingsChangedMethod · 0.65
constructorMethod · 0.65
exportAudioFunction · 0.65
testAudioExportFunction · 0.65
_fillWorkingBufferMethod · 0.65
renderMethod · 0.65
invalidateMethod · 0.65
_handleMessageMethod · 0.65

Implementers 6

AlphaTabApiBasepackages/alphatab/src/AlphaTabApiBase.
JQueryAlphaTabpackages/alphatab/src/platform/javascr
AlphaSynthAudioExporterWorkerApipackages/alphatab/src/platform/worker/
AlphaTabWorkerScoreRendererpackages/alphatab/src/platform/worker/
ScoreRendererpackages/alphatab/src/rendering/ScoreR
ScoreRendererWrapperpackages/alphatab/src/rendering/ScoreR

Calls

no outgoing calls

Tested by 1

testAudioExportFunction · 0.52