speechrecorderng 3.4.0 → 3.4.1
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/esm2020/lib/speechrecorder/session/audiorecorder.mjs +4 -4
- package/esm2020/lib/speechrecorder/session/basicrecorder.mjs +2 -2
- package/esm2020/lib/speechrecorder/session/sessionmanager.mjs +4 -4
- package/esm2020/lib/spr.module.version.mjs +2 -2
- package/fesm2015/speechrecorderng.mjs +8 -8
- package/fesm2015/speechrecorderng.mjs.map +1 -1
- package/fesm2020/speechrecorderng.mjs +8 -8
- package/fesm2020/speechrecorderng.mjs.map +1 -1
- package/lib/spr.module.version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '3.4.
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export const VERSION = '3.4.1';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3ByLm1vZHVsZS52ZXJzaW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvc3BlZWNocmVjb3JkZXJuZy9zcmMvbGliL3Nwci5tb2R1bGUudmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUMsT0FBTyxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNvbnN0IFZFUlNJT049JzMuNC4xJyJdfQ==
|
|
@@ -12254,7 +12254,7 @@ let BasicRecorder = class BasicRecorder extends ResponsiveComponent {
|
|
|
12254
12254
|
type: 'error',
|
|
12255
12255
|
title: 'Error',
|
|
12256
12256
|
msg: "This session is sealed. Recordings cannot be added anymore.",
|
|
12257
|
-
|
|
12257
|
+
advice: 'Please ask your experimenter what to do (e.g start a new session).',
|
|
12258
12258
|
}
|
|
12259
12259
|
});
|
|
12260
12260
|
}
|
|
@@ -12900,7 +12900,7 @@ class SessionManager extends BasicRecorder {
|
|
|
12900
12900
|
type: 'error',
|
|
12901
12901
|
title: 'Error',
|
|
12902
12902
|
msg: errMsg,
|
|
12903
|
-
|
|
12903
|
+
advice: 'Please use a supported browser.',
|
|
12904
12904
|
}
|
|
12905
12905
|
});
|
|
12906
12906
|
return;
|
|
@@ -12921,7 +12921,7 @@ class SessionManager extends BasicRecorder {
|
|
|
12921
12921
|
type: 'error',
|
|
12922
12922
|
title: 'Error',
|
|
12923
12923
|
msg: errMsg,
|
|
12924
|
-
|
|
12924
|
+
advice: 'Please use a supported browser.',
|
|
12925
12925
|
}
|
|
12926
12926
|
});
|
|
12927
12927
|
return;
|
|
@@ -12945,7 +12945,7 @@ class SessionManager extends BasicRecorder {
|
|
|
12945
12945
|
type: 'error',
|
|
12946
12946
|
title: 'Error',
|
|
12947
12947
|
msg: errMsg,
|
|
12948
|
-
|
|
12948
|
+
advice: 'Please use a supported browser.',
|
|
12949
12949
|
}
|
|
12950
12950
|
});
|
|
12951
12951
|
return;
|
|
@@ -16405,7 +16405,7 @@ class AudioRecorder extends BasicRecorder {
|
|
|
16405
16405
|
type: 'error',
|
|
16406
16406
|
title: 'Error',
|
|
16407
16407
|
msg: errMsg,
|
|
16408
|
-
|
|
16408
|
+
advice: 'Please use a supported browser.',
|
|
16409
16409
|
}
|
|
16410
16410
|
});
|
|
16411
16411
|
return;
|
|
@@ -16426,7 +16426,7 @@ class AudioRecorder extends BasicRecorder {
|
|
|
16426
16426
|
type: 'error',
|
|
16427
16427
|
title: 'Error',
|
|
16428
16428
|
msg: errMsg,
|
|
16429
|
-
|
|
16429
|
+
advice: 'Please use a supported browser.',
|
|
16430
16430
|
}
|
|
16431
16431
|
});
|
|
16432
16432
|
return;
|
|
@@ -16451,7 +16451,7 @@ class AudioRecorder extends BasicRecorder {
|
|
|
16451
16451
|
type: 'error',
|
|
16452
16452
|
title: 'Error',
|
|
16453
16453
|
msg: errMsg,
|
|
16454
|
-
|
|
16454
|
+
advice: 'Please use a supported browser.',
|
|
16455
16455
|
}
|
|
16456
16456
|
});
|
|
16457
16457
|
return;
|
|
@@ -17582,7 +17582,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
17582
17582
|
}]
|
|
17583
17583
|
}] });
|
|
17584
17584
|
|
|
17585
|
-
const VERSION = '3.4.
|
|
17585
|
+
const VERSION = '3.4.1';
|
|
17586
17586
|
|
|
17587
17587
|
/*
|
|
17588
17588
|
* Public API Surface of speechrecorderng
|