| Package | Description |
|---|---|
| io.spokestack.spokestack |
The Spokestack package contains the core classes that implement the speech
recognition pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
RingBuffer |
RingBuffer.fill(float value)
fills the remaining positions in the buffer with the specified value.
|
RingBuffer |
RingBuffer.reset()
resets the read head buffer, marking the buffer empty, but not
modifying any elements.
|
RingBuffer |
RingBuffer.rewind()
seeks the read head to the beginning, marking it full and
allowing all elements to be read.
|
RingBuffer |
RingBuffer.seek(int elems)
seeks the read head forward.
|
Copyright © 2021. All rights reserved.