audio load
Signed-off-by: ale <ale@manalejandro.com>
This commit is contained in:
parent
51b6250760
commit
c17e7f9ef8
@ -3,7 +3,7 @@ import { useCallback, useEffect, useRef, useState } from "react";
|
|||||||
import WaveForm from "./WaveForm";
|
import WaveForm from "./WaveForm";
|
||||||
|
|
||||||
const App = () => {
|
const App = () => {
|
||||||
const [audioUrl, setAudioUrl] = useState(),
|
const [audioUrl, setAudioUrl] = useState(''),
|
||||||
[analyzerData, setAnalyzerData] = useState(null),
|
[analyzerData, setAnalyzerData] = useState(null),
|
||||||
[bounce, setBounce] = useState(''),
|
[bounce, setBounce] = useState(''),
|
||||||
[json, setJson] = useState({}),
|
[json, setJson] = useState({}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user