Coder Social home page Coder Social logo

record2txt's Introduction

Record2Txt

录音转文字

把录音文件(mp3)放到当前目录,去掉中文(不然结果会出现乱码,需要用高级文本工具打开才行) 双击:点我转当前目录下的mp3 等待转换 完成后,在结果目录里查看对应的文字文件

附: 高级使用者/开发者看看这里底层工具的使用,可以自己修改批处理文件

mp3转pcm:

ffmpeg -ss 00:00:00 -t 120 -i LOP.mp3 -codec pcm_s16le -ar 16000 output16.wav [开始时间] [时长(单位秒)] [输入文件] [输出文件]

转换后,执行

converter v2.hivoice.cn 80 output16.wav output16.txt pcm16k [输入文件] [输出文件] [pcm8k|pcm16k]

record2txt's People

Contributors

haixihuang avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.