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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,19 @@
1
+
## 0.9.0 (November 22, 2022)
2
+
3
+
### New Features
4
+
5
+
- Krisp audio noise cancellation has been added. [#750](https://github.com/twilio/twilio-video-app-react/pull/750)
6
+
1
7
## 0.8.0 (November 14, 2022)
2
8
3
9
### New Feature
4
10
5
11
- This release adds the ability to maintain audio continuity when the default audio input device changes. If the user chooses a specific audio device from the audio settings, then this feature does not apply.
6
12
13
+
### Dependency Changes
14
+
15
+
-`twilio-video` has been upgraded from 2.23.0 to 2.25.0.
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@ Run `npm install` inside the main project folder to install all dependencies fro
39
39
40
40
If you want to use `yarn` to install dependencies, first run the [yarn import](https://classic.yarnpkg.com/en/docs/cli/import/) command. This will ensure that yarn installs the package versions that are specified in `package-lock.json`.
41
41
42
+
### Add Noise Cancellation
43
+
44
+
Twilio Video has partnered with [Krisp Technologies Inc.](https://krisp.ai/) to add [noise cancellation](https://www.twilio.com/docs/video/noise-cancellation) to the local audio track. This feature is licensed under the [Krisp Plugin for Twilio](https://twilio.github.io/krisp-audio-plugin/LICENSE.html). In order to add this feature to your application, please run `npm install noisecancellation:krisp` immediately after the [previous step](#install-dependencies).
0 commit comments