The Wayback Machine - https://web.archive.org/web/20200308215745/https://github.com/topics/audio-processing
Skip to content
#

audio-processing

Here are 558 public repositories matching this topic...

nitslp-ri
nitslp-ri commented Jan 8, 2016

The dictionary contains word definition per line. A word is defined by its LM referer, output label and HMM name sequence. Each field is separated by space or tab. The simplest word entry with N-gram can be

Tokyo  t o: ky o:

where the first field is LM entry string, and the rests are HMM name sequence. At recognition, Julius will consult the given N-gram with string "Tokyo" and use t

giada
RobertZenz
RobertZenz commented Nov 21, 2018

You already mention the licensing in the README, however, having a LICENSE or COPYING file in the repository would make it easier to spot what license is used.

Additionally, the individual code files are currently having a header which smells like "All Rights Reserved". Ideally they'd receive a file header which would restate the license (GPL header and a note that commercial licenses are avail

soundfingerprinting
AddictedCS
AddictedCS commented Mar 4, 2020

Feature description

FingerprintConfiguration and QueryConfiguration classes provides Clusters property.

/// <summary>
 ///   Gets or sets the list of assigned clusters to all generated fingerprints
 /// </summary>
 public IEnumerable<string> Clusters { get; set; }

This property does not drive any configuration changes and should be provided in MetaFields on `TrackInfo

Valkryst
Valkryst commented Oct 18, 2017
  1. Write JavaDoc comments for all class variables and functions.
  2. In many cases, there are multi-line JavaDoc comments where the opening /** and closing */ could be moved onto the same line as the comment itself.
  3. There are functions with unfinished JavaDoc comments.
  4. JavaDoc comments on classes can be removed if they have no useful information (Ex. A one-line description of t

Improve this page

Add a description, image, and links to the audio-processing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the audio-processing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.