Questions tagged [audio-analysis]

To be used for questions related to the process of analyzing audio streams or files.

The process of analyzing audio streams or files.

93 questions
-1
votes
2 answers

Best features for music classifications

I'm trying to develop an application to classify music in to probably favorite or not probably favorite by training a Neural network from music which are already marked as favorite by user himself. I never done audio analysis before so I know almost…
-2
votes
1 answer

How Can i extract numeric values from an audio file in java

I need to do an analysis on sounds to check if it was hampered or deleted. import java.net.URL; import javax.swing.*; import javax.sound.sampled.*; public class LoopSounds { public static void main(String[] args) throws Exception { URL…
jil harrys
  • 11
  • 2
-2
votes
1 answer

Measure amount of clipping

Can anyone point me to a command-line tool or Python module that measures the amount of clipping in an audio file? For example something comparable to http://www.ber-sd.com/dl_clipping.html.
TTT
  • 6,505
  • 10
  • 56
  • 82
1 2 3 4 5 6
7