Skip to content

Commit

Permalink
chore: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 committed Oct 1, 2023
1 parent b53a946 commit b15693a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .changeset/curvy-jokes-laugh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
"@sv443-network/userutils": major
---

Added compression to `amplifyMedia()` to prevent audio clipping and distortion and modified return type accordingly
Added compression to `amplifyMedia()` to prevent audio clipping and distortion and modified return type accordingly:
- Renamed: `amplify()` to `setGain()` and `getAmpLevel()` to `getGain()`
- Added properties: `enable()`, `disable()`, `setLimiterOptions()` and `limiterNode`
- Other changes: Amplification is no longer enabled automatically, `enable()` must now be called manually after initializing

0 comments on commit b15693a

Please sign in to comment.