audio-metadata | Extracts meta data from various audio containers | Machine Learning library

 by   tmont JavaScript Version: 0.3.0 License: No License

kandi X-RAY | audio-metadata Summary

kandi X-RAY | audio-metadata Summary

audio-metadata is a JavaScript library typically used in Artificial Intelligence, Machine Learning, Nodejs applications. audio-metadata has no bugs, it has no vulnerabilities and it has low support. You can install using 'npm i audio-metadata' or download it from GitHub, npm.

The purpose of this library is to be very fast and small. It's suitable for server-side or client-side. Really any platform that supports ArrayBuffer and its ilk (Uint8Array, etc.). I wrote it because the other libraries were large and very robust; I just needed something that could extract the metadata out without requiring 30KB of JavaScript. audio-metadata.min.js comes in at 6.1K/2.1K minified/gzipped. To accomplish the small size and speed, it sacrifices several things. As such, the code is a bit abstruse, in that you'll see some magic numbers, like offset += 94 where it's ignoring a bunch of header data to get to the good stuff. Don't judge me based on this code. It works and it's tested; it's just hard to read. Of course, since this isn't an actual parser, invalid files will also work. This means, for example, you could only read the first couple hundred bytes of an MP3 file and still extract the metadata from it, rather than requiring actual valid MP3 data.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              audio-metadata has a low active ecosystem.
              It has 43 star(s) with 10 fork(s). There are 6 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 2 open issues and 3 have been closed. On average issues are closed in 341 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of audio-metadata is 0.3.0

            kandi-Quality Quality

              audio-metadata has 0 bugs and 0 code smells.

            kandi-Security Security

              audio-metadata has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              audio-metadata code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              audio-metadata does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              audio-metadata releases are not available. You will need to build from source code and install.
              Deployable package is available in npm.
              Installation instructions are not available. Examples and code snippets are available.
              audio-metadata saves you 19 person hours of effort in developing the same functionality from scratch.
              It has 53 lines of code, 0 functions and 8 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            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 audio-metadata
            Get all kandi verified functions for this library.

            audio-metadata Key Features

            No Key Features are available at this moment for audio-metadata.

            audio-metadata Examples and Code Snippets

            No Code Snippets are available at this moment for audio-metadata.

            Community Discussions

            Trending Discussions on audio-metadata

            QUESTION

            Trying to Extract Audio Metadata Javascript
            Asked 2017-May-02 at 03:33

            I am very new to JavaScript, and am trying to extract audio metadata from files. To do this, I am trying to implement the audio-metadata library into my code (https://github.com/tmont/audio-metadata). However, when I try to run the example code, I keep getting the error saying "variable is not defined".

            ...

            ANSWER

            Answered 2017-May-02 at 03:33

            The documentation for audio-metadata seems to be incorrect, you should be using AudioMetadata instead of AudioMetaData.

            Specifically, the script that generates the file audio-metadata.min.js that you're using can be found in the project's package.json file:

            Source https://stackoverflow.com/questions/43729472

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

            Vulnerabilities

            No vulnerabilities reported

            Install audio-metadata

            You can install using 'npm i audio-metadata' or download it from GitHub, npm.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

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

            Find more libraries
            Install
          • npm

            npm i audio-metadata

          • CLONE
          • HTTPS

            https://github.com/tmont/audio-metadata.git

          • CLI

            gh repo clone tmont/audio-metadata

          • sshUrl

            git@github.com:tmont/audio-metadata.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