speaker-calibration 2.2.248 → 2.2.249
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +71 -71
- package/.eslintrc.json +40 -40
- package/.gitignore +81 -0
- package/.prettierignore +69 -69
- package/.prettierrc +14 -14
- package/LICENSE +20 -20
- package/README.md +133 -133
- package/__mocks__/fileMock.js +1 -1
- package/__mocks__/styleMock.js +1 -1
- package/babel.config.js +3 -3
- package/coverage/clover.xml +71 -71
- package/coverage/coverage-final.json +224 -224
- package/coverage/lcov-report/PythonServerInterface.js.html +265 -265
- package/coverage/lcov-report/base.css +354 -354
- package/coverage/lcov-report/block-navigation.js +82 -82
- package/coverage/lcov-report/index.html +123 -123
- package/coverage/lcov-report/prettify.css +101 -101
- package/coverage/lcov-report/prettify.js +937 -937
- package/coverage/lcov-report/sorter.js +189 -189
- package/coverage/lcov-report/src/index.html +121 -121
- package/coverage/lcov-report/src/server/PythonServerInterface.js.html +268 -268
- package/coverage/lcov-report/src/server/index.html +123 -123
- package/coverage/lcov-report/src/tasks/audioCalibrator.js.html +499 -499
- package/coverage/lcov-report/src/tasks/audioRecorder.js.html +412 -412
- package/coverage/lcov-report/src/tasks/index.html +143 -143
- package/coverage/lcov-report/src/tasks/volume/index.html +123 -123
- package/coverage/lcov-report/src/tasks/volume/volume.js.html +409 -409
- package/coverage/lcov-report/src/utils.js.html +172 -172
- package/coverage/lcov.info +91 -91
- package/dist/example/NoSleep.min.js +1 -1
- package/dist/example/fetch-languages-sheets.js +77 -77
- package/dist/example/i18n.js +29654 -30000
- package/dist/example/index.html +47 -47
- package/dist/example/listener.html +81 -81
- package/dist/example/server.js +51 -51
- package/dist/example/speaker.html +145 -145
- package/dist/example/speakerUI.js +273 -273
- package/dist/example/styles.css +152 -152
- package/dist/mlsGen.js +6814 -6814
- package/dist/mlsGen.wasm +0 -0
- package/dist/package-lock.json +1018 -1018
- package/dist/package.json +18 -18
- package/doc/AudioCalibrator.html +417 -417
- package/doc/AudioPeer.html +251 -251
- package/doc/AudioRecorder.html +195 -195
- package/doc/ImpulseResponse.html +215 -215
- package/doc/Listener.html +308 -308
- package/doc/MlsGenInterface.html +226 -226
- package/doc/MyEventEmitter.html +274 -274
- package/doc/PythonServerAPI.html +109 -109
- package/doc/Speaker.html +276 -276
- package/doc/Takes%20a%20target%20element%20where%20html%20elements%20will%20be%20appended..html +128 -128
- package/doc/Takes%20the%20url%20of%20the%20current%20site%0Aand%20a%20target%20element%20where%20html%20elements%20will%20be%20appended..html +138 -138
- package/doc/Takes%20the%20url%20of%20the%20current%20site%20and%20a%20target%20element%20where%20html%20elements%20will%20be%20appended..html +137 -137
- package/doc/Volume.html +88 -88
- package/doc/audioCalibrator.js.html +179 -179
- package/doc/audioPeer.js.html +175 -175
- package/doc/audioRecorder.js.html +163 -163
- package/doc/creates%20a%20new%20AudioRecorder%20instance.%20%0ASets%20up%20the%20audio%20context%20and%20file%20reader..html +114 -114
- package/doc/fonts/OpenSans-Bold-webfont.svg +1829 -1829
- package/doc/fonts/OpenSans-BoldItalic-webfont.svg +1829 -1829
- package/doc/fonts/OpenSans-Italic-webfont.svg +1829 -1829
- package/doc/fonts/OpenSans-Light-webfont.svg +1830 -1830
- package/doc/fonts/OpenSans-LightItalic-webfont.svg +1834 -1834
- package/doc/fonts/OpenSans-Regular-webfont.svg +1830 -1830
- package/doc/global.html +308 -308
- package/doc/index.html +58 -58
- package/doc/listener.js.html +170 -170
- package/doc/mlsGen_mlsGenInterface.js.html +117 -117
- package/doc/myEventEmitter.js.html +124 -124
- package/doc/peer-connection_audioPeer.js.html +188 -188
- package/doc/peer-connection_listener.js.html +311 -311
- package/doc/peer-connection_speaker.js.html +381 -381
- package/doc/scripts/linenumber.js +25 -25
- package/doc/scripts/prettify/Apache-License-2.0.txt +202 -202
- package/doc/scripts/prettify/lang-css.js +24 -24
- package/doc/scripts/prettify/prettify.js +640 -640
- package/doc/server_PythonServerAPI.js.html +160 -160
- package/doc/speaker.js.html +248 -248
- package/doc/styles/jsdoc-default.css +371 -371
- package/doc/styles/prettify-jsdoc.css +111 -111
- package/doc/styles/prettify-tomorrow.css +163 -163
- package/doc/tasks_audioCalibrator.js.html +207 -207
- package/doc/tasks_audioRecorder.js.html +190 -190
- package/doc/tasks_impulse-response_impulseResponse.js.html +442 -442
- package/doc/tasks_impulse-response_mlsGen_mlsGenInterface.js.html +175 -175
- package/doc/tasks_volume_volume.js.html +185 -185
- package/doc/utils.js.html +105 -105
- package/jest.config.js +173 -173
- package/netlify.toml +26 -26
- package/package.json +78 -78
- package/src/config/firebase.js +26 -26
- package/src/index.html +21 -21
- package/src/listener-app/PhonePeer.js +474 -474
- package/src/listener-app/listener.js +377 -377
- package/src/main.js +22 -22
- package/src/myEventEmitter.js +83 -83
- package/src/peer-connection/audioPeer.js +100 -100
- package/src/peer-connection/listener.js +299 -299
- package/src/peer-connection/peerErrors.js +25 -25
- package/src/peer-connection/speaker.js +963 -963
- package/src/powerCheck.js +110 -110
- package/src/server/PythonServerAPI.js +959 -959
- package/src/tasks/combination/combination.js +29 -29
- package/src/tasks/combination/mlsGen/mlsGen.cpp +98 -98
- package/src/tasks/combination/mlsGen/mlsGen.hpp +303 -303
- package/src/tasks/combination/mlsGen/mlsGenInterface.js +131 -131
- package/src/tasks/combination/mlsGen/mlsGenTest.cpp +180 -180
- package/src/tasks/impulse-response/impulseResponse.js +610 -610
- package/src/tasks/impulse-response/mlsGen/mlsGen.cpp +98 -98
- package/src/tasks/impulse-response/mlsGen/mlsGen.hpp +303 -303
- package/src/tasks/impulse-response/mlsGen/mlsGenInterface.js +131 -131
- package/src/tasks/impulse-response/mlsGen/mlsGenTest.cpp +180 -180
- package/src/tasks/volume/volume.cpp +2 -2
- package/src/tasks/volume/volume.hpp +22 -22
- package/src/tasks/volume/volume.js +279 -279
- package/src/utils.js +205 -205
- package/webpack.config.js +65 -65
- package/.github/workflows/update-phrases.yml +0 -37
- package/makefile +0 -74
|
@@ -1,299 +1,299 @@
|
|
|
1
|
-
import AudioPeer from './audioPeer';
|
|
2
|
-
import {UnsupportedDeviceError, MissingSpeakerIdError} from './peerErrors';
|
|
3
|
-
import axios from 'axios';
|
|
4
|
-
import Peer from 'peerjs';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* @class Handles the listener's side of the connection. Responsible for getting access to user's microphone,
|
|
8
|
-
* and initiating a call to the Speaker.
|
|
9
|
-
* @augments AudioPeer
|
|
10
|
-
*/
|
|
11
|
-
class Listener extends AudioPeer {
|
|
12
|
-
/**
|
|
13
|
-
* Takes a target element where html elements will be appended.
|
|
14
|
-
*
|
|
15
|
-
* @param params - See type definition for initParameters.
|
|
16
|
-
* @example
|
|
17
|
-
*/
|
|
18
|
-
constructor(params) {
|
|
19
|
-
super(params);
|
|
20
|
-
this.microphoneFromAPI = params.microphoneFromAPI ? params.microphoneFromAPI : '';
|
|
21
|
-
this.microphoneDeviceId = params.microphoneDeviceId ? params.microphoneDeviceId : '';
|
|
22
|
-
// this.deviceInfoFromUser = params.deviceInfoFromUser
|
|
23
|
-
// ? params.deviceInfoFromUser
|
|
24
|
-
// : {modelNumber: '', modelName: ''};
|
|
25
|
-
this.startTime = Date.now();
|
|
26
|
-
this.receiverPeerId = null;
|
|
27
|
-
|
|
28
|
-
this.calibrateSoundHz = params.hz;
|
|
29
|
-
this.calibrateSoundSamplingDesiredBits = params.bits;
|
|
30
|
-
this.speakerPeerId = params.speakerPeerId;
|
|
31
|
-
this.lastPeerId = this.speakerPeerId;
|
|
32
|
-
this.connOpen = false;
|
|
33
|
-
|
|
34
|
-
this.connectionManager = null;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
startCalibration = async () => {
|
|
38
|
-
await this.getDeviceInfo();
|
|
39
|
-
await this.openAudioStream();
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
getMobileOS = () => {
|
|
43
|
-
const ua = navigator.userAgent;
|
|
44
|
-
if (/android/i.test(ua)) {
|
|
45
|
-
return 'Android';
|
|
46
|
-
}
|
|
47
|
-
if (
|
|
48
|
-
/iPad|iPhone|iPod/.test(ua) ||
|
|
49
|
-
((navigator?.userAgentData?.platform || navigator?.platform) === 'MacIntel' &&
|
|
50
|
-
navigator.maxTouchPoints > 1)
|
|
51
|
-
) {
|
|
52
|
-
return 'iOS';
|
|
53
|
-
}
|
|
54
|
-
return 'Other';
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
sendSamplingRate = sampleRate => {
|
|
58
|
-
this.connectionManager.send({
|
|
59
|
-
name: 'SoundCalibration',
|
|
60
|
-
payload: {
|
|
61
|
-
name: 'samplingRate',
|
|
62
|
-
payload: sampleRate,
|
|
63
|
-
},
|
|
64
|
-
});
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
sendSampleSize = sampleSize => {
|
|
68
|
-
this.connectionManager.send({
|
|
69
|
-
name: 'SoundCalibration',
|
|
70
|
-
payload: {
|
|
71
|
-
name: 'sampleSize',
|
|
72
|
-
payload: sampleSize,
|
|
73
|
-
},
|
|
74
|
-
});
|
|
75
|
-
};
|
|
76
|
-
|
|
77
|
-
sendFlags = flags => {
|
|
78
|
-
this.connectionManager.send({
|
|
79
|
-
name: 'SoundCalibration',
|
|
80
|
-
payload: {
|
|
81
|
-
name: 'flags',
|
|
82
|
-
payload: flags,
|
|
83
|
-
},
|
|
84
|
-
});
|
|
85
|
-
};
|
|
86
|
-
|
|
87
|
-
sendPermissionStatus = status => {
|
|
88
|
-
this.connectionManager.send({
|
|
89
|
-
name: 'SoundCalibration',
|
|
90
|
-
payload: {
|
|
91
|
-
name: 'permissionStatus',
|
|
92
|
-
payload: status,
|
|
93
|
-
},
|
|
94
|
-
});
|
|
95
|
-
};
|
|
96
|
-
|
|
97
|
-
getDeviceInfo = async () => {
|
|
98
|
-
const deviceInfo = {};
|
|
99
|
-
try {
|
|
100
|
-
fod.complete(function (data) {
|
|
101
|
-
deviceInfo['IsMobile'] = data.device['ismobile'];
|
|
102
|
-
deviceInfo['HardwareName'] = data.device['hardwarename'];
|
|
103
|
-
deviceInfo['HardwareFamily'] = data.device['hardwarefamily'];
|
|
104
|
-
deviceInfo['HardwareModel'] = data.device['hardwaremodel'];
|
|
105
|
-
deviceInfo['OEM'] = data.device['oem'];
|
|
106
|
-
deviceInfo['HardwareModelVariants'] = data.device['hardwaremodelvariants'];
|
|
107
|
-
deviceInfo['DeviceId'] = data.device['deviceid'];
|
|
108
|
-
deviceInfo['PlatformName'] = data.device['platformname'];
|
|
109
|
-
deviceInfo['PlatformVersion'] = data.device['platformversion'];
|
|
110
|
-
deviceInfo['DeviceType'] = data.device['devicetype'];
|
|
111
|
-
// deviceInfo['deviceInfoFromUser'] = this.deviceInfoFromUser;
|
|
112
|
-
});
|
|
113
|
-
} catch (error) {
|
|
114
|
-
console.error('Error fetching or executing script:', error.message);
|
|
115
|
-
}
|
|
116
|
-
// deviceInfo['deviceInfoFromUser'] = this.deviceInfoFromUser;
|
|
117
|
-
deviceInfo['microphoneFromAPI'] = this.microphoneFromAPI;
|
|
118
|
-
deviceInfo['microphoneDeviceId'] = this.microphoneDeviceId;
|
|
119
|
-
deviceInfo['screenWidth'] = window.screen.width;
|
|
120
|
-
deviceInfo['screenHeight'] = window.screen.height;
|
|
121
|
-
console.log('deviceInfo Inside getDeviceInfo: ', deviceInfo);
|
|
122
|
-
this.connectionManager.send({
|
|
123
|
-
name: 'SoundCalibration',
|
|
124
|
-
payload: {
|
|
125
|
-
name: 'deviceInfo',
|
|
126
|
-
payload: deviceInfo,
|
|
127
|
-
},
|
|
128
|
-
});
|
|
129
|
-
return deviceInfo;
|
|
130
|
-
};
|
|
131
|
-
|
|
132
|
-
applyHQTrackConstraints = async stream => {
|
|
133
|
-
// Contraint the incoming audio to the sampling rate we want
|
|
134
|
-
stream.getAudioTracks().forEach(track => {
|
|
135
|
-
console.log(track, track.enabled);
|
|
136
|
-
});
|
|
137
|
-
const track = stream.getAudioTracks()[0];
|
|
138
|
-
console.log(track);
|
|
139
|
-
const capabilities = track.getCapabilities();
|
|
140
|
-
|
|
141
|
-
const constraints = track.getConstraints();
|
|
142
|
-
|
|
143
|
-
if (capabilities.echoCancellation) {
|
|
144
|
-
constraints.echoCancellation = false;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
if (capabilities.sampleRate) {
|
|
148
|
-
constraints.sampleRate = this.calibrateSoundHz;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
if (capabilities.sampleSize) {
|
|
152
|
-
constraints.sampleSize = this.calibrateSoundSamplingDesiredBits;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
if (capabilities.channelCount) {
|
|
156
|
-
constraints.channelCount = 1;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
// await the promise
|
|
160
|
-
try {
|
|
161
|
-
await track.applyConstraints(constraints);
|
|
162
|
-
} catch (err) {
|
|
163
|
-
console.error(err);
|
|
164
|
-
this.displayUpdate(`Error applying constraints to track: ${err}`);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
const settings = track.getSettings();
|
|
168
|
-
this.displayUpdate(`Listener Track Settings - ${JSON.stringify(settings, undefined, 2)}`);
|
|
169
|
-
return settings;
|
|
170
|
-
};
|
|
171
|
-
|
|
172
|
-
getMediaDevicesAudioContraints = async () => {
|
|
173
|
-
const availableConstraints = navigator.mediaDevices.getSupportedConstraints();
|
|
174
|
-
|
|
175
|
-
const contraints = {
|
|
176
|
-
// ...(availableConstraints.echoCancellation && availableConstraints.echoCancellation == true
|
|
177
|
-
// ? {echoCancellation: {exact: false}}
|
|
178
|
-
// : {}),
|
|
179
|
-
// ...(availableConstraints.sampleRate && availableConstraints.sampleRate == true
|
|
180
|
-
// ? {sampleRate: {ideal: this.calibrateSoundHz}}
|
|
181
|
-
// : {}),
|
|
182
|
-
// ...(availableConstraints.sampleSize && availableConstraints.sampleSize == true
|
|
183
|
-
// ? {sampleSize: {ideal: this.calibrateSoundSamplingDesiredBits}}
|
|
184
|
-
// : {}),
|
|
185
|
-
// ...(availableConstraints.channelCount && availableConstraints.channelCount == true
|
|
186
|
-
// ? {channelCount: {exact: 1}}
|
|
187
|
-
// : {}),
|
|
188
|
-
autoGainControl: false,
|
|
189
|
-
noiseSuppression: false,
|
|
190
|
-
echoCancellation: false,
|
|
191
|
-
channelCount: 1,
|
|
192
|
-
};
|
|
193
|
-
|
|
194
|
-
if (this.microphoneDeviceId !== '') {
|
|
195
|
-
contraints.deviceId = {exact: await this.getDeviceIdByLabel(this.microphoneDeviceId)};
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
console.log(contraints);
|
|
199
|
-
|
|
200
|
-
return contraints;
|
|
201
|
-
};
|
|
202
|
-
setMicrophoneFromAPI = microphoneFromAPI => {
|
|
203
|
-
this.microphoneFromAPI = microphoneFromAPI;
|
|
204
|
-
};
|
|
205
|
-
setMicrophoneDeviceId = microphoneDeviceId => {
|
|
206
|
-
this.microphoneDeviceId = microphoneDeviceId;
|
|
207
|
-
};
|
|
208
|
-
getDeviceIdByLabel = async targetLabel => {
|
|
209
|
-
try {
|
|
210
|
-
//get permission to use audio first. (Returns empty labels on some computers if not done first)
|
|
211
|
-
await navigator.mediaDevices.getUserMedia({audio: true});
|
|
212
|
-
// Enumerate available media devices
|
|
213
|
-
const devices = await navigator.mediaDevices.enumerateDevices();
|
|
214
|
-
|
|
215
|
-
// Find the device with the matching label
|
|
216
|
-
const matchingDevice = devices.find(
|
|
217
|
-
device => device.kind === 'audioinput' && device.label === targetLabel
|
|
218
|
-
);
|
|
219
|
-
|
|
220
|
-
if (matchingDevice) {
|
|
221
|
-
return matchingDevice.deviceId; // Return the deviceId if found
|
|
222
|
-
} else {
|
|
223
|
-
throw new Error(`No audio input device found with label: "${targetLabel}"`);
|
|
224
|
-
}
|
|
225
|
-
} catch (error) {
|
|
226
|
-
console.error('Error finding device ID:', error);
|
|
227
|
-
return null;
|
|
228
|
-
}
|
|
229
|
-
};
|
|
230
|
-
|
|
231
|
-
openAudioStream = async () => {
|
|
232
|
-
this.displayUpdate('Listener - openAudioStream', false);
|
|
233
|
-
const mobileOS = this.getMobileOS();
|
|
234
|
-
if (process.env.NODE_ENV !== 'development' && mobileOS !== 'iOS') {
|
|
235
|
-
const err = new UnsupportedDeviceError(`${mobileOS} is not supported`);
|
|
236
|
-
this.connectionManager.send({
|
|
237
|
-
name: 'SoundCalibration',
|
|
238
|
-
payload: {
|
|
239
|
-
name: err.name,
|
|
240
|
-
payload: err,
|
|
241
|
-
},
|
|
242
|
-
});
|
|
243
|
-
return;
|
|
244
|
-
}
|
|
245
|
-
const constraints = await this.getMediaDevicesAudioContraints();
|
|
246
|
-
console.log('Constraints right before getUserMedia:', constraints);
|
|
247
|
-
navigator.mediaDevices
|
|
248
|
-
.getUserMedia({
|
|
249
|
-
audio: constraints,
|
|
250
|
-
video: false,
|
|
251
|
-
//audio: {echoCancellation: false, noiseSuppression: false, autoGainControl: false, deviceId: {exact: await this.getDeviceIdByLabel(this.microphoneDeviceId) }},
|
|
252
|
-
})
|
|
253
|
-
.then(stream => {
|
|
254
|
-
this.applyHQTrackConstraints(stream)
|
|
255
|
-
.then(settings => {
|
|
256
|
-
console.log(settings);
|
|
257
|
-
this.sendSamplingRate(settings.sampleRate);
|
|
258
|
-
//let sampleSize = settings.sampleSize;
|
|
259
|
-
let sampleSize = this.calibrateSoundSamplingDesiredBits;
|
|
260
|
-
/*
|
|
261
|
-
if (!sampleSize) {
|
|
262
|
-
sampleSize = this.calibrateSoundSamplingDesiredBits;
|
|
263
|
-
}
|
|
264
|
-
*/
|
|
265
|
-
this.sendSampleSize(sampleSize);
|
|
266
|
-
this.sendFlags({
|
|
267
|
-
autoGainControl: settings.autoGainControl,
|
|
268
|
-
noiseSuppression: settings.noiseSuppression,
|
|
269
|
-
echoCancellation: settings.echoCancellation,
|
|
270
|
-
});
|
|
271
|
-
this.connectionManager.peer.call(this.speakerPeerId, stream); // one-way call
|
|
272
|
-
this.displayUpdate('Listener - openAudioStream');
|
|
273
|
-
})
|
|
274
|
-
.catch(err => {
|
|
275
|
-
console.log(err);
|
|
276
|
-
this.displayUpdate(
|
|
277
|
-
`Listener - Error in applyHQTrackConstraints - ${JSON.stringify(err, undefined, 2)}`
|
|
278
|
-
);
|
|
279
|
-
});
|
|
280
|
-
})
|
|
281
|
-
.catch(err => {
|
|
282
|
-
console.error(err);
|
|
283
|
-
if (err.name === 'OverconstrainedError') {
|
|
284
|
-
const constraint = err.constraint;
|
|
285
|
-
const message = `The constraint "${constraint}" cannot be satisfied by the selected microphone. Please adjust your calibration settings or choose a different microphone.`;
|
|
286
|
-
|
|
287
|
-
this.displayUpdate(`Listener - OverconstrainedError: ${message}`);
|
|
288
|
-
console.error(message);
|
|
289
|
-
|
|
290
|
-
alert(`Overconstrained Error: ${message}`);
|
|
291
|
-
}
|
|
292
|
-
this.displayUpdate(
|
|
293
|
-
`Listener - Error in getUserMedia - ${JSON.stringify(err, undefined, 2)}`
|
|
294
|
-
);
|
|
295
|
-
});
|
|
296
|
-
};
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
export default Listener;
|
|
1
|
+
import AudioPeer from './audioPeer';
|
|
2
|
+
import {UnsupportedDeviceError, MissingSpeakerIdError} from './peerErrors';
|
|
3
|
+
import axios from 'axios';
|
|
4
|
+
import Peer from 'peerjs';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @class Handles the listener's side of the connection. Responsible for getting access to user's microphone,
|
|
8
|
+
* and initiating a call to the Speaker.
|
|
9
|
+
* @augments AudioPeer
|
|
10
|
+
*/
|
|
11
|
+
class Listener extends AudioPeer {
|
|
12
|
+
/**
|
|
13
|
+
* Takes a target element where html elements will be appended.
|
|
14
|
+
*
|
|
15
|
+
* @param params - See type definition for initParameters.
|
|
16
|
+
* @example
|
|
17
|
+
*/
|
|
18
|
+
constructor(params) {
|
|
19
|
+
super(params);
|
|
20
|
+
this.microphoneFromAPI = params.microphoneFromAPI ? params.microphoneFromAPI : '';
|
|
21
|
+
this.microphoneDeviceId = params.microphoneDeviceId ? params.microphoneDeviceId : '';
|
|
22
|
+
// this.deviceInfoFromUser = params.deviceInfoFromUser
|
|
23
|
+
// ? params.deviceInfoFromUser
|
|
24
|
+
// : {modelNumber: '', modelName: ''};
|
|
25
|
+
this.startTime = Date.now();
|
|
26
|
+
this.receiverPeerId = null;
|
|
27
|
+
|
|
28
|
+
this.calibrateSoundHz = params.hz;
|
|
29
|
+
this.calibrateSoundSamplingDesiredBits = params.bits;
|
|
30
|
+
this.speakerPeerId = params.speakerPeerId;
|
|
31
|
+
this.lastPeerId = this.speakerPeerId;
|
|
32
|
+
this.connOpen = false;
|
|
33
|
+
|
|
34
|
+
this.connectionManager = null;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
startCalibration = async () => {
|
|
38
|
+
await this.getDeviceInfo();
|
|
39
|
+
await this.openAudioStream();
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
getMobileOS = () => {
|
|
43
|
+
const ua = navigator.userAgent;
|
|
44
|
+
if (/android/i.test(ua)) {
|
|
45
|
+
return 'Android';
|
|
46
|
+
}
|
|
47
|
+
if (
|
|
48
|
+
/iPad|iPhone|iPod/.test(ua) ||
|
|
49
|
+
((navigator?.userAgentData?.platform || navigator?.platform) === 'MacIntel' &&
|
|
50
|
+
navigator.maxTouchPoints > 1)
|
|
51
|
+
) {
|
|
52
|
+
return 'iOS';
|
|
53
|
+
}
|
|
54
|
+
return 'Other';
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
sendSamplingRate = sampleRate => {
|
|
58
|
+
this.connectionManager.send({
|
|
59
|
+
name: 'SoundCalibration',
|
|
60
|
+
payload: {
|
|
61
|
+
name: 'samplingRate',
|
|
62
|
+
payload: sampleRate,
|
|
63
|
+
},
|
|
64
|
+
});
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
sendSampleSize = sampleSize => {
|
|
68
|
+
this.connectionManager.send({
|
|
69
|
+
name: 'SoundCalibration',
|
|
70
|
+
payload: {
|
|
71
|
+
name: 'sampleSize',
|
|
72
|
+
payload: sampleSize,
|
|
73
|
+
},
|
|
74
|
+
});
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
sendFlags = flags => {
|
|
78
|
+
this.connectionManager.send({
|
|
79
|
+
name: 'SoundCalibration',
|
|
80
|
+
payload: {
|
|
81
|
+
name: 'flags',
|
|
82
|
+
payload: flags,
|
|
83
|
+
},
|
|
84
|
+
});
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
sendPermissionStatus = status => {
|
|
88
|
+
this.connectionManager.send({
|
|
89
|
+
name: 'SoundCalibration',
|
|
90
|
+
payload: {
|
|
91
|
+
name: 'permissionStatus',
|
|
92
|
+
payload: status,
|
|
93
|
+
},
|
|
94
|
+
});
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
getDeviceInfo = async () => {
|
|
98
|
+
const deviceInfo = {};
|
|
99
|
+
try {
|
|
100
|
+
fod.complete(function (data) {
|
|
101
|
+
deviceInfo['IsMobile'] = data.device['ismobile'];
|
|
102
|
+
deviceInfo['HardwareName'] = data.device['hardwarename'];
|
|
103
|
+
deviceInfo['HardwareFamily'] = data.device['hardwarefamily'];
|
|
104
|
+
deviceInfo['HardwareModel'] = data.device['hardwaremodel'];
|
|
105
|
+
deviceInfo['OEM'] = data.device['oem'];
|
|
106
|
+
deviceInfo['HardwareModelVariants'] = data.device['hardwaremodelvariants'];
|
|
107
|
+
deviceInfo['DeviceId'] = data.device['deviceid'];
|
|
108
|
+
deviceInfo['PlatformName'] = data.device['platformname'];
|
|
109
|
+
deviceInfo['PlatformVersion'] = data.device['platformversion'];
|
|
110
|
+
deviceInfo['DeviceType'] = data.device['devicetype'];
|
|
111
|
+
// deviceInfo['deviceInfoFromUser'] = this.deviceInfoFromUser;
|
|
112
|
+
});
|
|
113
|
+
} catch (error) {
|
|
114
|
+
console.error('Error fetching or executing script:', error.message);
|
|
115
|
+
}
|
|
116
|
+
// deviceInfo['deviceInfoFromUser'] = this.deviceInfoFromUser;
|
|
117
|
+
deviceInfo['microphoneFromAPI'] = this.microphoneFromAPI;
|
|
118
|
+
deviceInfo['microphoneDeviceId'] = this.microphoneDeviceId;
|
|
119
|
+
deviceInfo['screenWidth'] = window.screen.width;
|
|
120
|
+
deviceInfo['screenHeight'] = window.screen.height;
|
|
121
|
+
console.log('deviceInfo Inside getDeviceInfo: ', deviceInfo);
|
|
122
|
+
this.connectionManager.send({
|
|
123
|
+
name: 'SoundCalibration',
|
|
124
|
+
payload: {
|
|
125
|
+
name: 'deviceInfo',
|
|
126
|
+
payload: deviceInfo,
|
|
127
|
+
},
|
|
128
|
+
});
|
|
129
|
+
return deviceInfo;
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
applyHQTrackConstraints = async stream => {
|
|
133
|
+
// Contraint the incoming audio to the sampling rate we want
|
|
134
|
+
stream.getAudioTracks().forEach(track => {
|
|
135
|
+
console.log(track, track.enabled);
|
|
136
|
+
});
|
|
137
|
+
const track = stream.getAudioTracks()[0];
|
|
138
|
+
console.log(track);
|
|
139
|
+
const capabilities = track.getCapabilities();
|
|
140
|
+
|
|
141
|
+
const constraints = track.getConstraints();
|
|
142
|
+
|
|
143
|
+
if (capabilities.echoCancellation) {
|
|
144
|
+
constraints.echoCancellation = false;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
if (capabilities.sampleRate) {
|
|
148
|
+
constraints.sampleRate = this.calibrateSoundHz;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
if (capabilities.sampleSize) {
|
|
152
|
+
constraints.sampleSize = this.calibrateSoundSamplingDesiredBits;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
if (capabilities.channelCount) {
|
|
156
|
+
constraints.channelCount = 1;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// await the promise
|
|
160
|
+
try {
|
|
161
|
+
await track.applyConstraints(constraints);
|
|
162
|
+
} catch (err) {
|
|
163
|
+
console.error(err);
|
|
164
|
+
this.displayUpdate(`Error applying constraints to track: ${err}`);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
const settings = track.getSettings();
|
|
168
|
+
this.displayUpdate(`Listener Track Settings - ${JSON.stringify(settings, undefined, 2)}`);
|
|
169
|
+
return settings;
|
|
170
|
+
};
|
|
171
|
+
|
|
172
|
+
getMediaDevicesAudioContraints = async () => {
|
|
173
|
+
const availableConstraints = navigator.mediaDevices.getSupportedConstraints();
|
|
174
|
+
|
|
175
|
+
const contraints = {
|
|
176
|
+
// ...(availableConstraints.echoCancellation && availableConstraints.echoCancellation == true
|
|
177
|
+
// ? {echoCancellation: {exact: false}}
|
|
178
|
+
// : {}),
|
|
179
|
+
// ...(availableConstraints.sampleRate && availableConstraints.sampleRate == true
|
|
180
|
+
// ? {sampleRate: {ideal: this.calibrateSoundHz}}
|
|
181
|
+
// : {}),
|
|
182
|
+
// ...(availableConstraints.sampleSize && availableConstraints.sampleSize == true
|
|
183
|
+
// ? {sampleSize: {ideal: this.calibrateSoundSamplingDesiredBits}}
|
|
184
|
+
// : {}),
|
|
185
|
+
// ...(availableConstraints.channelCount && availableConstraints.channelCount == true
|
|
186
|
+
// ? {channelCount: {exact: 1}}
|
|
187
|
+
// : {}),
|
|
188
|
+
autoGainControl: false,
|
|
189
|
+
noiseSuppression: false,
|
|
190
|
+
echoCancellation: false,
|
|
191
|
+
channelCount: 1,
|
|
192
|
+
};
|
|
193
|
+
|
|
194
|
+
if (this.microphoneDeviceId !== '') {
|
|
195
|
+
contraints.deviceId = {exact: await this.getDeviceIdByLabel(this.microphoneDeviceId)};
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
console.log(contraints);
|
|
199
|
+
|
|
200
|
+
return contraints;
|
|
201
|
+
};
|
|
202
|
+
setMicrophoneFromAPI = microphoneFromAPI => {
|
|
203
|
+
this.microphoneFromAPI = microphoneFromAPI;
|
|
204
|
+
};
|
|
205
|
+
setMicrophoneDeviceId = microphoneDeviceId => {
|
|
206
|
+
this.microphoneDeviceId = microphoneDeviceId;
|
|
207
|
+
};
|
|
208
|
+
getDeviceIdByLabel = async targetLabel => {
|
|
209
|
+
try {
|
|
210
|
+
//get permission to use audio first. (Returns empty labels on some computers if not done first)
|
|
211
|
+
await navigator.mediaDevices.getUserMedia({audio: true});
|
|
212
|
+
// Enumerate available media devices
|
|
213
|
+
const devices = await navigator.mediaDevices.enumerateDevices();
|
|
214
|
+
|
|
215
|
+
// Find the device with the matching label
|
|
216
|
+
const matchingDevice = devices.find(
|
|
217
|
+
device => device.kind === 'audioinput' && device.label === targetLabel
|
|
218
|
+
);
|
|
219
|
+
|
|
220
|
+
if (matchingDevice) {
|
|
221
|
+
return matchingDevice.deviceId; // Return the deviceId if found
|
|
222
|
+
} else {
|
|
223
|
+
throw new Error(`No audio input device found with label: "${targetLabel}"`);
|
|
224
|
+
}
|
|
225
|
+
} catch (error) {
|
|
226
|
+
console.error('Error finding device ID:', error);
|
|
227
|
+
return null;
|
|
228
|
+
}
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
openAudioStream = async () => {
|
|
232
|
+
this.displayUpdate('Listener - openAudioStream', false);
|
|
233
|
+
const mobileOS = this.getMobileOS();
|
|
234
|
+
if (process.env.NODE_ENV !== 'development' && mobileOS !== 'iOS') {
|
|
235
|
+
const err = new UnsupportedDeviceError(`${mobileOS} is not supported`);
|
|
236
|
+
this.connectionManager.send({
|
|
237
|
+
name: 'SoundCalibration',
|
|
238
|
+
payload: {
|
|
239
|
+
name: err.name,
|
|
240
|
+
payload: err,
|
|
241
|
+
},
|
|
242
|
+
});
|
|
243
|
+
return;
|
|
244
|
+
}
|
|
245
|
+
const constraints = await this.getMediaDevicesAudioContraints();
|
|
246
|
+
console.log('Constraints right before getUserMedia:', constraints);
|
|
247
|
+
navigator.mediaDevices
|
|
248
|
+
.getUserMedia({
|
|
249
|
+
audio: constraints,
|
|
250
|
+
video: false,
|
|
251
|
+
//audio: {echoCancellation: false, noiseSuppression: false, autoGainControl: false, deviceId: {exact: await this.getDeviceIdByLabel(this.microphoneDeviceId) }},
|
|
252
|
+
})
|
|
253
|
+
.then(stream => {
|
|
254
|
+
this.applyHQTrackConstraints(stream)
|
|
255
|
+
.then(settings => {
|
|
256
|
+
console.log(settings);
|
|
257
|
+
this.sendSamplingRate(settings.sampleRate);
|
|
258
|
+
//let sampleSize = settings.sampleSize;
|
|
259
|
+
let sampleSize = this.calibrateSoundSamplingDesiredBits;
|
|
260
|
+
/*
|
|
261
|
+
if (!sampleSize) {
|
|
262
|
+
sampleSize = this.calibrateSoundSamplingDesiredBits;
|
|
263
|
+
}
|
|
264
|
+
*/
|
|
265
|
+
this.sendSampleSize(sampleSize);
|
|
266
|
+
this.sendFlags({
|
|
267
|
+
autoGainControl: settings.autoGainControl,
|
|
268
|
+
noiseSuppression: settings.noiseSuppression,
|
|
269
|
+
echoCancellation: settings.echoCancellation,
|
|
270
|
+
});
|
|
271
|
+
this.connectionManager.peer.call(this.speakerPeerId, stream); // one-way call
|
|
272
|
+
this.displayUpdate('Listener - openAudioStream');
|
|
273
|
+
})
|
|
274
|
+
.catch(err => {
|
|
275
|
+
console.log(err);
|
|
276
|
+
this.displayUpdate(
|
|
277
|
+
`Listener - Error in applyHQTrackConstraints - ${JSON.stringify(err, undefined, 2)}`
|
|
278
|
+
);
|
|
279
|
+
});
|
|
280
|
+
})
|
|
281
|
+
.catch(err => {
|
|
282
|
+
console.error(err);
|
|
283
|
+
if (err.name === 'OverconstrainedError') {
|
|
284
|
+
const constraint = err.constraint;
|
|
285
|
+
const message = `The constraint "${constraint}" cannot be satisfied by the selected microphone. Please adjust your calibration settings or choose a different microphone.`;
|
|
286
|
+
|
|
287
|
+
this.displayUpdate(`Listener - OverconstrainedError: ${message}`);
|
|
288
|
+
console.error(message);
|
|
289
|
+
|
|
290
|
+
alert(`Overconstrained Error: ${message}`);
|
|
291
|
+
}
|
|
292
|
+
this.displayUpdate(
|
|
293
|
+
`Listener - Error in getUserMedia - ${JSON.stringify(err, undefined, 2)}`
|
|
294
|
+
);
|
|
295
|
+
});
|
|
296
|
+
};
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
export default Listener;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
class UnsupportedDeviceError extends Error {
|
|
2
|
-
constructor(message) {
|
|
3
|
-
super(message);
|
|
4
|
-
this.name = 'UnsupportedDeviceError';
|
|
5
|
-
this.message = message;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
class MissingSpeakerIdError extends Error {
|
|
10
|
-
constructor(message) {
|
|
11
|
-
super(message);
|
|
12
|
-
this.name = 'missingSpeakerIdError';
|
|
13
|
-
this.message = message;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
class CalibrationTimedOutError extends Error {
|
|
18
|
-
constructor(message) {
|
|
19
|
-
super(message);
|
|
20
|
-
this.name = 'calibrationTimedOutError';
|
|
21
|
-
this.message = message;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export {UnsupportedDeviceError, MissingSpeakerIdError, CalibrationTimedOutError};
|
|
1
|
+
class UnsupportedDeviceError extends Error {
|
|
2
|
+
constructor(message) {
|
|
3
|
+
super(message);
|
|
4
|
+
this.name = 'UnsupportedDeviceError';
|
|
5
|
+
this.message = message;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
class MissingSpeakerIdError extends Error {
|
|
10
|
+
constructor(message) {
|
|
11
|
+
super(message);
|
|
12
|
+
this.name = 'missingSpeakerIdError';
|
|
13
|
+
this.message = message;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
class CalibrationTimedOutError extends Error {
|
|
18
|
+
constructor(message) {
|
|
19
|
+
super(message);
|
|
20
|
+
this.name = 'calibrationTimedOutError';
|
|
21
|
+
this.message = message;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export {UnsupportedDeviceError, MissingSpeakerIdError, CalibrationTimedOutError};
|