Coder Social home page Coder Social logo

xxfenxx / voice-analyzer-ios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from voice-analyzer/voice-analyzer-ios

0.0 0.0 0.0 554 KB

A free and open source voice analysis iOS app specifically geared toward aiding voice pitch and resonance training.

License: MIT License

C 10.04% Rust 12.46% Swift 72.22% Makefile 4.48% Handlebars 0.80%

voice-analyzer-ios's Introduction

Voice Analyzer

Voice Analyzer is a free and open source voice analysis app specifically geared toward aiding voice pitch and resonance training.

Contributing Bug Reports

GitHub is the project's bug tracker. Please search for similar existing issues before submitting a new one.

Building

Make sure Rust version 1.55.0 or newer is installed with the desired toolchain targets. The Rust target names for the supported build targets are:

  • iPhone on x86_64: x86_64-apple-ios
  • iPhone on 64-bit ARM: aarch64-apple-ios
  • iPhone Simulator on 64-bit ARM (e.g. M1 processor): aarch64-apple-ios-sim (available in 1.56.0 or newer)

One can update Rust and install toolchain targets with rustup:

$ rustup update
$ rustup target install x86_64-apple-ios aarch64-apple-ios aarch64-apple-ios-sim

Open the VoiceAnalyzer.xcworkspace in Xcode.

$ open VoiceAnalyzer.xcworkspace

In the Project Settings Editor, select the VoiceAnalyzer target, navigate to the Signing & Capabilities tab, and select your own Team for signing. Xcode must be logged in to an Apple Developer account.

Then build and run the app.

Contributing

Please format source code for the repo with the bin/format script before submitting a PR. This requires the swift-format tool, which can be installed on MacOS with homebrew:

$ brew install swift-format
$ bin/format

License

Licensed under MIT.

voice-analyzer-ios's People

Contributors

jessa0 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.