[ Package conformance ]
Media · >=1.0.0
@fugood/react-native-audio-pcm-stream
native-seam only: the RNLiveAudioStream recorder lifecycle and data events run, but the frames carry silence because the worker has no microphone capture path25%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (4)
the published AudioRecord wrapper unchanged — init stores sampleRate/channels/bitsPerSample/audioSource/bufferSizestart begins a steady 'data' cadence through NativeEventEmitter and starts the host speech recognizerstop ends bothand each frame is base64 of the configured buffer size
Missing (4)
frames are silence rather than microphone PCMso amplitudelevel meteringand waveform analysis read zero; wavFile writing and audioSource routing have no effect