You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Fix comments
This commit is contained in:
@@ -55,10 +55,10 @@ export default class VoiceRecordComposerTile extends React.PureComponent<IProps,
|
||||
const recorder = new VoiceRecorder(MatrixClientPeg.get());
|
||||
await recorder.start();
|
||||
this.props.onRecording(true);
|
||||
// TODO: Run through EQ component
|
||||
recorder.rawData.onUpdate((frame) => {
|
||||
console.log('@@ FRAME', frame);
|
||||
});
|
||||
// TODO: @@ TravisR: Run through EQ component
|
||||
// recorder.rawData.onUpdate((frame) => {
|
||||
// console.log('@@ FRAME', frame);
|
||||
// });
|
||||
this.setState({recorder});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user