Skip to content

Instantly share code, notes, and snippets.

View vagnereix's full-sized avatar
🚀
taking off

Vagner Reis vagnereix

🚀
taking off
View GitHub Profile
@vagnereix
vagnereix / wavesurfer-record-react.tsx
Created February 11, 2024 01:53
wavesurfer.js - recording audio using @wavesurfer/react
// React example
// See https://github.com/katspaugh/wavesurfer-react
import * as React from 'react'
const { useMemo, useState, useCallback, useRef } = React
import { createRoot } from 'react-dom/client'
import { useWavesurfer } from '@wavesurfer/react'
import RecordPlugin from 'wavesurfer.js/dist/plugins/record.esm.js'
const audioUrls = [