GithubHelp home page GithubHelp logo

iammordaty / soundcloud-track-recognizer Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 1.0 14 KB

:musical_note: Node.js module that fetches comments and streams from SoundCloud and tries to recognize commented fragments via audio recognition services

Home Page: https://www.npmjs.com/package/soundcloud-track-recognizer

JavaScript 100.00%
node-js node-module audio-recognition audio-fingerprinting api soundcloud auddmusic acrcloud

soundcloud-track-recognizer's Introduction

soundcloud-track-recognizer

Node.js module that fetches comments and streams from SoundCloud and tries to recognize commented fragments via audio recognition services.

Table of Contents

Requirements

Installation

This library can be installed through npm:

$ npm install --save soundcloud-track-recognizer

Usage

const SoundCloudTrackRecognizer = require('soundcloud-track-recognizer');

const config = {/* ... */};
const recognizer = new SoundCloudTrackRecognizer(config);

// fetch user's comments and commented track data
const username = 'username';
const filter = 'id?'
const limit = 10;

const commentedTracks = await recognizer.getCommentedTracks({ username, filter, limit });

// download tracks and extract fragments
const fragments = await recognizer.createFragments(commentedTracks);

// recognize fragments
const results = await recognizer.recognize(fragments);

See soundcloud-track-recognizer-cli for more information.

Further information

See also

License

soundcloud-track-recognizer is licensed under the MIT License.

soundcloud-track-recognizer's People

Contributors

iammordaty avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mrrswift

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.