SKKbySSK / coast_audio

Real-Time audio processing library written in Dart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pitch recognition

ivanesi opened this issue · comments

I'm going to create ear training app, and need to recognize the pitch user sing in real time. Is it possible with your package?

I'm going to create ear training app, and need to recognize the pitch user sing in real time. Is it possible with your package?

I've been able to make the pitch_detector_dart work with the output of the MabAudioDecoder but not with WavAudioDecoder.

The former generates data in float32 and the former in int16. @SKKbySSK could you advice how to convert one to another?

@ekuleshov I think this is a different question than the original question, so could you please create another issue?

@ivanesi
This package can process microphone audio in real time, but it does not provide pitch detection.
Therefore, you will need to write your own algorithm for pitch detection on the audio data.

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 7 days since being marked as stale.