SwiftStudentChallenge2020 | A collection of utilities that can help people

 by   larsaugustin Swift Version: Current License: MIT

kandi X-RAY | SwiftStudentChallenge2020 Summary

kandi X-RAY | SwiftStudentChallenge2020 Summary

SwiftStudentChallenge2020 is a Swift library. SwiftStudentChallenge2020 has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

A collection of utilities that can help people who are hard of hearing
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              SwiftStudentChallenge2020 has a low active ecosystem.
              It has 4 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              SwiftStudentChallenge2020 has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of SwiftStudentChallenge2020 is current.

            kandi-Quality Quality

              SwiftStudentChallenge2020 has no bugs reported.

            kandi-Security Security

              SwiftStudentChallenge2020 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              SwiftStudentChallenge2020 is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              SwiftStudentChallenge2020 releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of SwiftStudentChallenge2020
            Get all kandi verified functions for this library.

            SwiftStudentChallenge2020 Key Features

            No Key Features are available at this moment for SwiftStudentChallenge2020.

            SwiftStudentChallenge2020 Examples and Code Snippets

            No Code Snippets are available at this moment for SwiftStudentChallenge2020.

            Community Discussions

            No Community Discussions are available at this moment for SwiftStudentChallenge2020.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install SwiftStudentChallenge2020

            You can download it from GitHub.

            Support

            My playground is a collection of utilities that can help people who are hard of hearing. Included in the playground are three separate utilities with different use-cases. The first utility is a frequency-based hearing test. The older people get, the less high frequencies they can hear. This test uses this information to determine how ”old“ your ears are. This age should be similar to your own age. For generating the sound in real-time, I used AVFoundation’s AVAudioEngine. To allow the sliders to be changed and their value to be represented in the played audio, I used AVAudioSourceNode, which was introduced in iOS 13. Most frequency hearing tests are videos, but this test is fully interactive, which allows you to take more time to fine-tune the values to get a better result. Once you have tested your hearing, you can jump to the second utility. The second utility uses various audio effects to optimize recorded audio to make voices more understandable. For people who are hard of hearing, understanding voices can sometimes be difficult when there are lots of noises in the background. This utility tries to optimize audio by reducing frequencies which often contain background sounds. The audio will also be played back more loudly. To achieve these effects, I (again) used AVFoundation’s AVAudioEngine. This time I also used various AVAudioUnits such as AVAudioUnitEQ. The effects get applied in real-time. To enable exporting, the manipulated audio also gets written to disk. When everything is put together, voices are way more understandable in the played audio. The third utility can help someone who is hard of hearing differentiate between multiple sounds. In many situations, you need to differentiate between two or more sounds, which can be a problem if you can’t hear those sounds. On this page, you can teach the playground to differentiate between multiple sounds. Once you added two or more sounds, you can press ”Recognize Sound“ to classify a recording. To let the user add their own sounds, I trained a custom Core ML model in Create ML. This model was then added to the playground. When a user first records a sound, the model looks for patterns it already knows and then saves its classification. When the user lets the playground recognize another sound, the classification of the new sound gets compared to all existing classifications. If two classifications match, the result gets presented to the user. When adding a sound, you don’t train the model directly, which is more efficient and faster.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/larsaugustin/SwiftStudentChallenge2020.git

          • CLI

            gh repo clone larsaugustin/SwiftStudentChallenge2020

          • sshUrl

            git@github.com:larsaugustin/SwiftStudentChallenge2020.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link