Hey everyone,
I would like to share this new library.
This library is based upon the pitchdetection from the TarsosDSP library(https://github.com/JorenSix/TarsosDSP).
The wrapper has been been made by @somed3v3loper , many thanks to him !!
This library has just one function and that is to do...
Sub Process_Globals
'Requires Audio library
Private Pool As SoundPool
End Sub
Sub PlayRecording
Dim ret As Int 'Used in call to Pool.Play. ret = 0 if error occurs
Dim PoolID As Int 'Identifies the Pool number when a sound file is loaded
Dim SourceDir As String =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.