_get_resample(const uint32 L, const uint32 M, const uint32 N, float64 beta) const | Nsound::Buffer | protected |
_set_at_index(int32 index, float64 x) | Nsound::Buffer | |
_swig_shadow() | Nsound::Buffer | inline |
abs() | Nsound::Buffer | |
add(const Buffer &buffer, uint32 offset=0, uint32 n_samples=0) | Nsound::Buffer | |
argmax() const | Nsound::Buffer | |
argmin() const | Nsound::Buffer | |
begin() | Nsound::Buffer | inline |
begin() const | Nsound::Buffer | inline |
Buffer() | Nsound::Buffer | |
Buffer(uint32 chunk_size) | Nsound::Buffer | explicit |
Buffer(const FloatVector &list) | Nsound::Buffer | explicit |
Buffer(const std::string &filename, uint32 chunk_size=4096) | Nsound::Buffer | |
Buffer(const Buffer &rhs) | Nsound::Buffer | |
Buffer(Buffer &&move) | Nsound::Buffer | |
bytes_per_sample_ | Nsound::Buffer | protectedstatic |
cbegin() | Nsound::Buffer | inline |
cbegin() const | Nsound::Buffer | inline |
circular_iterator typedef | Nsound::Buffer | |
const_circular_iterator typedef | Nsound::Buffer | |
const_iterator typedef | Nsound::Buffer | |
convolve(const Buffer &H) | Nsound::Buffer | |
data_ | Nsound::Buffer | protected |
dB() | Nsound::Buffer | |
derivative(uint32 n) | Nsound::Buffer | |
downSample(uint32 n) | Nsound::Buffer | |
end() | Nsound::Buffer | inline |
end() const | Nsound::Buffer | inline |
exp() | Nsound::Buffer | |
findPeaks(uint32 window_size=0, float64 min_height=0.0) const | Nsound::Buffer | |
getAbs() const | Nsound::Buffer | inline |
getConvolve(const Buffer &H) const | Nsound::Buffer | |
getdB() const | Nsound::Buffer | inline |
getDerivative(uint32 n) const | Nsound::Buffer | inline |
getDownSample(uint32 n) const | Nsound::Buffer | |
getExp() const | Nsound::Buffer | inline |
getLength() const | Nsound::Buffer | inline |
getLimit(float64 min, float64 max) const | Nsound::Buffer | inline |
getLimit(const Buffer &min, const Buffer &max) const | Nsound::Buffer | inline |
getLog() const | Nsound::Buffer | inline |
getLog10() const | Nsound::Buffer | inline |
getMax() const | Nsound::Buffer | |
getMaxMagnitude() const | Nsound::Buffer | |
getMean() const | Nsound::Buffer | |
getMin() const | Nsound::Buffer | |
getNBytes() const | Nsound::Buffer | inline |
getNormalize() const | Nsound::Buffer | inline |
getPointer() const | Nsound::Buffer | inline |
getPointer() | Nsound::Buffer | inline |
getResample(float64 factor, const uint32 N=10, float64 beta=5.0) const | Nsound::Buffer | |
getResample(const Buffer &factor, const uint32 N=10, float64 beta=5.0) const | Nsound::Buffer | |
getResample(const uint32 L, const uint32 M, const uint32 N=10, float64 beta=5.0) const | Nsound::Buffer | |
getReverse() const | Nsound::Buffer | inline |
getRound() const | Nsound::Buffer | inline |
getSignalEnergy(uint32 window_size) const | Nsound::Buffer | |
getSmooth(uint32 n_passes, uint32 n_samples_per_average) const | Nsound::Buffer | inline |
getSpeedUp(float64 step_size) const | Nsound::Buffer | inline |
getSpeedUp(const Buffer &step_size) const | Nsound::Buffer | inline |
getSqrt() const | Nsound::Buffer | inline |
getStd() const | Nsound::Buffer | |
getSum() const | Nsound::Buffer | |
getUpSample(uint32 n) const | Nsound::Buffer | |
getZNorm() const | Nsound::Buffer | inline |
iterator typedef | Nsound::Buffer | |
limit(float64 min, float64 max) | Nsound::Buffer | |
limit(const Buffer &min, const Buffer &max) | Nsound::Buffer | |
log() | Nsound::Buffer | |
log10() | Nsound::Buffer | |
mul(const Buffer &buffer, uint32 offset=0, uint32 n_samples=0) | Nsound::Buffer | |
normalize() | Nsound::Buffer | |
ones(const uint32 n_samples) | Nsound::Buffer | static |
operator!=(const Buffer &rhs) const | Nsound::Buffer | |
operator!=(float64 rhs) | Nsound::Buffer | |
operator()(const BooleanVector &bv) | Nsound::Buffer | |
operator*=(const Buffer &rhs) | Nsound::Buffer | |
operator*=(float64 d) | Nsound::Buffer | |
operator+=(const Buffer &rhs) | Nsound::Buffer | |
operator+=(float64 d) | Nsound::Buffer | |
operator-=(const Buffer &rhs) | Nsound::Buffer | |
operator-=(float64 d) | Nsound::Buffer | |
operator/=(const Buffer &rhs) | Nsound::Buffer | |
operator/=(float64 d) | Nsound::Buffer | |
operator<(float64 rhs) | Nsound::Buffer | |
operator<<(const AudioStream &rhs) | Nsound::Buffer | |
operator<<(const Buffer &rhs) | Nsound::Buffer | |
operator<<(float64 d) | Nsound::Buffer | inline |
operator<<(std::ostream &out, const Buffer &rhs) | Nsound::Buffer | friend |
operator<=(float64 rhs) | Nsound::Buffer | |
operator=(const Buffer &rhs) | Nsound::Buffer | |
operator==(const Buffer &rhs) const | Nsound::Buffer | |
operator==(float64 rhs) | Nsound::Buffer | |
operator>(float64 rhs) | Nsound::Buffer | |
operator>=(float64 rhs) | Nsound::Buffer | |
operator[](uint32 index) | Nsound::Buffer | inline |
operator[](uint32 index) const | Nsound::Buffer | inline |
operator^=(const Buffer &powers) | Nsound::Buffer | |
operator^=(float64 power) | Nsound::Buffer | |
plot(const std::string &title="Buffer") const | Nsound::Buffer | |
preallocate(uint32 n) | Nsound::Buffer | |
rand(const uint32 n_samples) | Nsound::Buffer | static |
read(std::istream &stream_in) | Nsound::Buffer | |
read(const std::string &string_in) | Nsound::Buffer | |
readWavefile(const char *filename) | Nsound::Buffer | |
resample(float64 factor) | Nsound::Buffer | inline |
resample(const Buffer &factor) | Nsound::Buffer | inline |
reverse() | Nsound::Buffer | |
round() | Nsound::Buffer | |
select(const uint32 start_index, const uint32 stop_index) | Nsound::Buffer | |
smooth(uint32 n_passes, uint32 n_samples_per_average) | Nsound::Buffer | |
speedUp(float64 step_size) | Nsound::Buffer | |
speedUp(const Buffer &step_size) | Nsound::Buffer | |
sqrt() | Nsound::Buffer | |
subbuffer(uint32 start_index, uint32 n_samples=0) const | Nsound::Buffer | |
upSample(uint32 n) | Nsound::Buffer | |
write(std::ostream &out) const | Nsound::Buffer | |
write() const | Nsound::Buffer | |
writeWavefile(const char *filename) const | Nsound::Buffer | |
zeros(const uint32 n_samples) | Nsound::Buffer | static |
zNorm() | Nsound::Buffer | |
~Buffer() | Nsound::Buffer | |