@edkimmel/expo-audio-stream 0.3.2-beta.1 → 0.3.2-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,6 +37,7 @@ class AudioRecorderManager(
37
37
  // Flag to control whether actual audio data or silence is sent
38
38
  private var isSilent = false
39
39
  private var frequencyBandAnalyzer: FrequencyBandAnalyzer? = null
40
+ private val gainNormalizer = GainNormalizer()
40
41
 
41
42
  private lateinit var recordingConfig: RecordingConfig
42
43
  private var mimeType = "audio/wav"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edkimmel/expo-audio-stream",
3
- "version": "0.3.2-beta.1",
3
+ "version": "0.3.2-beta.2",
4
4
  "description": "Expo Play Audio Stream module",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",