mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Remove debugging
This commit is contained in:
parent
f0d5edbc37
commit
6c566cd382
@ -39,7 +39,6 @@ export class VoiceRecorder {
|
||||
public constructor(private client: MatrixClient) {
|
||||
this.recorder.ondataavailable = (a: ArrayBuffer) => {
|
||||
// TODO: @@ TravisR: We'll have to decode each frame and convert it to an EQ to observe
|
||||
console.log(a);
|
||||
const buf = new Uint8Array(a);
|
||||
const newBuf = new Uint8Array(this.buffer.length + buf.length);
|
||||
newBuf.set(this.buffer, 0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user