You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AudioDecoder fixes and improvements to handle missing format keys and improve bitrate estimation.
Refactor WavRecorderV2 and AudioRecordingService for improved duration handling and waveform rendering; add Kover for code coverage reporting.
Update logic that checks if the record should have a bitrate value.
Improve error handling in AudioDecoder for track selection and format properties.
Refactor recording format handling to centralize format capabilities. Added FormatConfig that describes the configuration of each format. Unit test coverage for FormatConfig. Refactor FormatConfig methods to simplify null checks.
Update bitrate handling in restore broken record and set bitrate based on format capabilities.
Refactor recording format information display to use multiple HTML resources for each format instead of a combined one.
Refactor the recording sample rate information display to use multiple HTML resources for each sample rate instead of a combined one.
Refactor the recording bitrate information display to use multiple HTML resources for each bitrate instead of a combined one.
Enable vertical scrolling for dialog text in AppComponents
Added a dialog with a recommendation to switch to the new app V2.
Improve storage space handling during audio import and saving operations. Show 'Not enough space' error when the device is out of free space during audio file import.