MCPcopy Create free account
hub / github.com/FunAudioLLM/Fun-Audio-Chat / timestamp

Method timestamp

web_demo/client/src/audio-processor.ts:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 timestamp() {
111 return `[${Date.now() % 10000}]`;
112 }
113
114 startPlayback() {
115 this.isPlaying = true;

Callers 3

constructorMethod · 0.95
startPlaybackMethod · 0.95
processMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected