Build and type fixes
This commit is contained in:
parent
d5bd58ac3e
commit
656f3fbe71
64 changed files with 1878 additions and 1501 deletions
|
|
@ -5,7 +5,7 @@ import MicIcon from "@material-ui/icons/Mic";
|
|||
import StopIcon from "@material-ui/icons/Stop";
|
||||
import Button from "@material-ui/core/Button";
|
||||
import { makeStyles, useTheme } from "@material-ui/core/styles";
|
||||
import AudioPlayer from "material-ui-audio-player";
|
||||
// import AudioPlayer from "material-ui-audio-player";
|
||||
import { useStopwatch } from "react-timer-hook";
|
||||
import style from "./MicInput.module.css";
|
||||
// import type { ReactMicProps } from "react-mic";
|
||||
|
|
@ -130,7 +130,7 @@ const MicInput = (props: any) => {
|
|||
)}
|
||||
</div>
|
||||
<div className={style.playerWrapper}>
|
||||
{canPlay && (
|
||||
{/* canPlay && (
|
||||
<AudioPlayer
|
||||
elevation={0}
|
||||
src={decodedValue}
|
||||
|
|
@ -138,7 +138,7 @@ const MicInput = (props: any) => {
|
|||
volume={false}
|
||||
useStyles={useStyles}
|
||||
/>
|
||||
)}
|
||||
) */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue