Skip to content

hakehuang/Auana-P

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auana-P Version 0.1

Auana-P: Auana algorithm Package.

Auana is a light tool with the audio recognition based on python.It can easily find simialr audio which it heared before. And it can detect and analyze the audio file, such as: broken-frame, noise, volume etc.
Now Auana only support wav file. For the automation of audio validation, i don`t think that must be a bad solution. It is still in developing. If you are intereted in it, you can contact me.

###Setup:

  1. Firstly, install python: numpy and sicpy(math tool)
  2. Besides, install pyaudio (record audio or play audio)[option]

###Features:

1.Broken-frame detection [support]
2.Sound recognition [support]
3.Volume value detection [support]
4.Signal noise ratio detection [will]
5.Real time detection and analysis [will]
6.Support mp3 ,wma…etc [will]
7.Detect the sound error caused by device clock frequency [will]
8.Detect noise [will]

###How to use it to analysis a wave file?

For example:<br>
          from auana import Fana
          Fana("sample.wav").save_fingerprint #save the fingerprint of audio
          print Fana("sample.wav").mono_start() #mono analyze
          print Fana("sample.wav").stereo_start() #stereo analyze

About

Audio Analysis Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%