I'm using Basic4Android and the AudioRecord library that is based on this
I want to know how to retrieve a string from buffer
In short, if you register with audiorecord a word (eg, "hello"), you can retrieve this from the buffer in order to have a string value "hello"?
Thanks Alberto