Coder Social home page Coder Social logo

vudat081299 / recordfastproject Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 140 KB

Recorder super fast on iOS. Make sound data to train model. default extract .wav file.

License: MIT License

Swift 100.00%
recorder voice-recorder ios-app swift dataset-creation

recordfastproject's Introduction

RecordFastProject iOS

When use?

  • For iOS developer reference purpose only. (learning how to make a recorder app, and config the output)
  • This project help you record superfast by my custom and support text you will record show on screen with .csv file.
  • Using to making data to train model.

Feature

  • Record into .wav extension by default (custom output extension in source).
  • Some specification are set for Audio format in this project (you can config output type as anything you want - add, remove, fix value of any specification for a Audio format in source):
  • AVFormatIDKey: Int(kAudioFormatLinearPCM)
  • AVSampleRateKey: 16000
  • AVNumberOfChannelsKey: 1
  • AVEncoderAudioQualityKey: AVAudioQuality.max.rawValue
  • AVLinearPCMBitDepthKey: 32
  • Record with low latency.
  • Show text to read. Change content in .csv file.
  • Auto increment name output file.
  • Just for fast record so cannot play recorded file, access the file manager on iphone to play your record.

How fast?

  • Tested record and save 10 .wav file with 12-15 word per file in just 1 minute.
  • No crash, low latency.

Prerequisite

  • A iOS developer to understand and custom this.

How to build?

  1. Clone project and open.
  2. Switch to your account development in xcode.
  3. Add content to record in csv file.
  4. Build and run.

Where output saved?

  • Output is saved in document folder of this app in file manager on iPhone.

How to take data?

  • Method 1: Connect to a MacOS PC.
  • Method 2: Access file manager on iPhone and upload to anywhere you want.

Config output quality

  • This project record and extract .wav file.
  • Depend on your required output, config quality or type of output in code. You control your output, remmember that!

recordfastproject's People

Contributors

tsoliver avatar vudat081299 avatar

Stargazers

 avatar

Watchers

 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.