MCPcopy Create free account

hub / github.com/cspotcode/PO-33-KO-backup-re / functions

Functions69 in github.com/cspotcode/PO-33-KO-backup-re

↓ 11 callersFunctiondataPath
(name: string, filename?: string)
src/core.ts:4
↓ 7 callersFunctionCommand
(cmd: Command<Args>)
src/yargs.ts:15
↓ 5 callersFunctionnoReturn
(generator: Generator<T, U, V>)
src/generator-utils.ts:42
↓ 3 callersFunctioncategorizeSample
(opts: {sample: Sample, highAmplitude: number, lowAmplitude: number, samplesPerPhase: number})
src/cmds/parse-dpsk-legacy.ts:163
↓ 3 callersFunctioncreateChannelStream
(side: 'left' | 'right')
src/cmds/replay-backup.ts:167
↓ 3 callersFunctiongenerateNumbers
(input: number)
src/core.ts:16
↓ 3 callersFunctiongetSample
(items: Array<number>, index: number)
src/cmds/parse-dpsk-legacy.ts:185
↓ 3 callersFunctionimpl
(input: Generator<Buffer>, sampleSize: number, Ctor: TypedArrayCtor)
src/generator-utils.ts:182
↓ 3 callersFunctionpullXValuesFromGenerator
(generator: Generator<T>, count: number)
src/generator-utils.ts:66
↓ 2 callersFunctionO
(o: Options)
src/cli.ts:11
↓ 2 callersFunctionarrayToGenerator
(array: ReadonlyArray<T>)
src/generator-utils.ts:85
↓ 2 callersFunctionarraysEqual
(a: ReadonlyArray<T>, b: ReadonlyArray<T>)
src/generator-utils.ts:81
↓ 2 callersFunctionbitSpitter
(opts: {input: Generator<number>, sampleRate: number})
src/cmds/parse.ts:78
↓ 2 callersFunctioncomputeCrossing
({ beforeIndex, beforeValue, afterIndex, afterValue }: {beforeIndex: number, beforeValue: number
src/cmds/parse.ts:132
↓ 2 callersFunctionconcatGenerators
( generator1: Generator<GeneratedItem, unknown, ReceivesFromYield>, generator2: Generator<GeneratedI
src/generator-utils.ts:9
↓ 2 callersFunctiondoIt
(side: 'left' | 'right')
src/cmds/parse.ts:25
↓ 2 callersMethodgetAudioStream
()
src/types/mic.d.ts:13
↓ 2 callersFunctiongetOscillatorValue
(phase: Phase, radians: number)
src/cmds/replay-backup.ts:129
↓ 2 callersFunctionreadSide
(side: 'left' | 'right')
src/cmds/raw-to-slice.ts:28
↓ 1 callersFunctionarrayBuffersToNodeBuffers
(input: Generator<ArrayBuffer>)
src/generator-utils.ts:128
↓ 1 callersFunctionbitsToPhases
(opts: {bitStream: Generator<Bit>})
src/cmds/parse.ts:48
↓ 1 callersFunctionbuffersToUint8Arrays
(input: Generator<Buffer>, sampleSize = 100)
src/generator-utils.ts:173
↓ 1 callersFunctioncreateInterleavedStream
()
src/cmds/replay-backup.ts:153
↓ 1 callersFunctiondetectFirstPeak
(generator: Generator<number>, threshold: number = 50)
src/cmds/parse-dpsk-legacy.ts:58
↓ 1 callersFunctionfileToBuffers
(input: number, bufferSize = 100)
src/generator-utils.ts:144
↓ 1 callersFunctiongeneratePhases
(opts: { generator: Generator<number>; samplesPerPhase: number; highAmplitude: number; low
src/cmds/parse-dpsk-legacy.ts:83
↓ 1 callersFunctiongenerateZeroCrossings
(generator: Generator<number, void, unknown>)
src/cmds/parse.ts:122
↓ 1 callersFunctiongeneratorMap
(generator: Generator<T>, cb: (t: T) => V)
src/generator-utils.ts:220
↓ 1 callersFunctiongetEnvelopeValue
(radians: number)
src/cmds/replay-backup.ts:117
↓ 1 callersFunctionmain
()
wav-file.js:7
↓ 1 callersFunctionmain
* Parse a raw file exported from Audacity. * Assumes raw file contains signed 8bit PCM, 48000Hz
src/cmds/raw-to-bits.ts:36
↓ 1 callersFunctionminIndex
(items: ReadonlyArray<T>, getter: (v: T) => number)
src/core.ts:29
↓ 1 callersFunctionmix
( /** from 0 (all valueA) to 1 (all valueB) or anywhere in-between */ mixAmo
src/cmds/replay-backup.ts:143
↓ 1 callersFunctionnumbersToArrayBuffers
(stream: Generator<number>, typedArray: TypedArrayLike)
src/generator-utils.ts:114
↓ 1 callersFunctionparseDpskHandler
(args: ParseDpskOptions)
src/cmds/parse-dpsk-legacy.ts:36
↓ 1 callersFunctionparsePhasesViaBits
* Parse a raw file exported from Audacity. * Assumes raw file contains signed 8bit PCM, 48000Hz
src/cmds/parse.ts:21
↓ 1 callersFunctionphaseSpitter
()
src/cmds/replay-backup.ts:169
↓ 1 callersFunctionphasesToAudioSamples
(opts: {input: Generator<Phase>, amplitude: number})
src/cmds/replay-backup.ts:89
↓ 1 callersFunctionreadWavFile
(inputPath)
wav-file.js:19
↓ 1 callersMethodstart
()
src/types/mic.d.ts:9
↓ 1 callersMethodstop
()
src/types/mic.d.ts:10
↓ 1 callersFunctiontypedArraysToNumbers
(input: Generator<TypedArrayLike>)
src/generator-utils.ts:212
↓ 1 callersFunctionzeroCrossingsToBits
(opts: { zeroCrossings: Generator<ZeroCrossing>, maxUncertainty: number, samplesPerBit: number
src/cmds/parse.ts:93
FunctionbitsToBytes
Read a stream of bits, emitting as bytes
src/defunct.ts:4
FunctionbuffersToFile
(input: Generator<Buffer>, output: number, bufferSize = 100)
src/generator-utils.ts:157
FunctionbuffersToInt16Arrays
(input: Generator<Buffer>, sampleSize = 100)
src/generator-utils.ts:167
FunctionbuffersToInt8Arrays
(input: Generator<Buffer>, sampleSize = 100)
src/generator-utils.ts:170
Functionbuilder
(yargs: Yargs<any>)
src/yargs.ts:18
Functionbuilder
(yargs)
src/cmds/raw-to-bits.ts:14
Functionbuilder
(yargs)
src/cmds/replay-backup.ts:20
Functionbuilder
(yargs)
src/cmds/raw-to-slice.ts:13
Functionbuilder
(yargs)
src/cmds/parse-dpsk-legacy.ts:16
FunctioncreateWavFile
(outputPath)
wav-file.js:26
Functiondir
(this: unknown, a: any)
src/cmds/parse-dpsk-legacy.ts:29
FunctiondupeGenerator_TODO
(generator: Generator<T, U, V>)
src/generator-utils.ts:61
FunctiongeneratorShift
(generator: Generator<T>)
src/generator-utils.ts:75
FunctiongeneratorToStream
(input: Generator<Buffer>)
src/generator-utils.ts:134
Functionget
(target, index)
wav-file.js:35
Functionhandler
(argv)
src/cmds/raw-to-bits.ts:27
Functionhandler
(args)
src/cmds/replay-backup.ts:33
Functionhandler
(argv)
src/cmds/raw-to-slice.ts:25
Functionhandler
(args)
src/cmds/record-backup.ts:15
Functionhandler
(args)
src/cmds/parse-dpsk-legacy.ts:22
Functionhandler
(args)
src/cmds/parse.ts:12
Functionlog
(this: unknown, ...a: any[])
src/cmds/parse-dpsk-legacy.ts:28
Methodpause
()
src/types/mic.d.ts:11
FunctionpipeGenerators
( source: Generator<T, void, void>, receiver: Generator<RT, R, T | undefined> )
src/generator-utils.ts:91
Methodresume
()
src/types/mic.d.ts:12
FunctionstreamToGenerator
(input: Readable)
src/generator-utils.ts:137