Instale o pacote
$ sudo apt-get install aubio-tools
$ aubiopitch -i File.mp3 -B 2048 -H 1024 -s -40 | awk '{if ($2 > 1) print $2}' | sort | uniq -c | sort -nr | head
para fazer um teste
gera uma frequencia de 423hz
$ sox -n -r 44100 -b 16 432hz.wav synth 10 sine 432
Nenhum comentário:
Postar um comentário