Spectral Analyser / Ever made one?
-
@Chazrox no need for a audio player for a simple playback you can just use Engine.playBuffer()
-
@Chazrox Yeah AFs in Hise can be fetched from anywhere, AudioPlayer, Scriptnode, Sampler, etc...
The methods can differ but I imagine there are some examples in the doc and the snippet browser -
@Christoph-Hart hmm! I def have some reading to do. This is exciting. Anything you can recommend I read in documentation?
@ustk speaking of 'methods' im investigating and got these...
{ "normalise": Method, "toCharString": Method, "detectPitch": Method, "indexOfPeak": Method, "toBase64": Method, "fromBase64": Method, "getMagnitude": Method, "getRMSLevel": Method, "trim": Method, "getPeakRange": Method }
All new to me but looks promising!
I have no idea what "Method" is referring to tho. Never seen this before.
-
@Chazrox start from here:
-
@Christoph-Hart Thanks! Reading that now.
-
Sorry if this is an irrelevant question, but how can we use this with online processing?
For example, online pitch detection?
-
@resonant i'd like to know that too haha.
-
@resonant do you already know how to do offline analyzing?
-
@Chazrox said in Spectral Analyser / Ever made one?:
@resonant do you already know how to do offline analyzing?
No I don’t know how to do that. But I’d really like to know real time spectral processing with Hise.
-