Skip to main content

WebConfig

@siteed/expo-audio-studio


@siteed/expo-audio-studio / WebConfig

Interface: WebConfig

Defined in: src/ExpoAudioStream.types.ts:211

Web platform specific configuration options

Properties

storeUncompressedAudio?

optional storeUncompressedAudio: boolean

Defined in: src/ExpoAudioStream.types.ts:220

Whether to store uncompressed audio data for WAV generation

When true, all PCM chunks are stored in memory to create a WAV file when compression is disabled When false, uncompressed audio won't be available, but memory usage will be lower

Default: true (for backward compatibility)