unifi-protect: fix g3 instant talkback regression

This commit is contained in:
Koushik Dutta
2022-01-15 14:00:30 -08:00
parent 82508685db
commit e804fc2ff9
3 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/unifi-protect",
"version": "0.0.75",
"version": "0.0.76",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/unifi-protect",
"version": "0.0.75",
"version": "0.0.76",
"license": "Apache",
"dependencies": {
"@koush/unifi-protect": "^0.0.8",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/unifi-protect",
"version": "0.0.75",
"version": "0.0.76",
"description": "Unifi Protect Plugin for Scrypted",
"author": "Scrypted",
"license": "Apache",

View File

@@ -117,12 +117,12 @@ class UnifiCamera extends ScryptedDeviceBase implements Notifier, Intercom, Came
args.push(
"-acodec", "libfdk_aac",
"-profile:a", "aac_he",
"-eld_sbr", "1",
"-profile:a", "aac_low",
"-threads", "0",
"-avioflags", "direct",
"-max_delay", "3000000",
"-flush_packets", "1",
"-af", "highpass=f=200, lowpass=f=2500, afftdn=tn=1:tr=1",
"-flags", "+global_header",
"-ar", camera.talkbackSettings.samplingRate.toString(),
"-ac", camera.talkbackSettings.channels.toString(),