Skip to content
View umutciftci's full-sized avatar
Block or Report

Block or report umutciftci

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
umutciftci/README.md

Hi there 👋

Pinned

  1. mp3totext mp3totext Public

    Convert audio file to text

    Python 12 8

  2. This is a sample code snippet of Aud... This is a sample code snippet of Audio Wave
    1
    import React, { useEffect, useRef, useState } from 'react'
    2
    
                  
    3
    export default function AudioWaveSuffer({ url }) {
    4
      const [playing, setPlaying] = useState(false)
    5
      const waveform = useRef(null)