Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: load lazily mp3 encoding library for audio recorder #2432

Merged
merged 3 commits into from
Jun 21, 2024

Conversation

MartinCupela
Copy link
Contributor

🎯 Goal

Bundle @breezystack/lamejs separately and thus load it only if audio recording is enabled.

Copy link

codecov bot commented Jun 19, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 85.44%. Comparing base (11e606f) to head (beb674a).

Files Patch % Lines
src/components/MediaRecorder/transcode/mp3.ts 0.00% 2 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           release-v11    #2432      +/-   ##
===============================================
- Coverage        85.45%   85.44%   -0.02%     
===============================================
  Files              392      392              
  Lines             9078     9078              
  Branches          2346     2345       -1     
===============================================
- Hits              7758     7757       -1     
- Misses            1119     1120       +1     
  Partials           201      201              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

package.json Outdated Show resolved Hide resolved
@MartinCupela MartinCupela merged commit 2ca3188 into release-v11 Jun 21, 2024
8 checks passed
@MartinCupela MartinCupela deleted the feat/lazy-load-lame-js branch June 21, 2024 10:43
github-actions bot pushed a commit that referenced this pull request Jun 21, 2024
## [11.22.0](v11.21.0...v11.22.0) (2024-06-21)

### Bug Fixes

* adjust ChannelActionContextValue type ([#2434](#2434)) ([977ec39](977ec39))
* avoid eager channel pagination on channel open ([#2425](#2425)) ([c1e8b93](c1e8b93))
* keep line breaks in message text that contains multiple markdown elements ([#2429](#2429)) ([11e606f](11e606f))

### Features

* load lazily mp3 encoding library for audio recorder ([#2432](#2432)) ([2ca3188](2ca3188))
@stream-ci-bot
Copy link
Collaborator

🎉 This PR is included in version 11.22.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants