Changeset 175a218 for src


Ignore:
Timestamp:
Dec 30, 2013, 9:50:29 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
158e031
Parents:
413d4bf
Message:

src/lvec.c: add missing lvec_set_sample, improve test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lvec.c

    r413d4bf r175a218  
    3737}
    3838
    39 void lvec_write_sample(lvec_t *s, lsmp_t data, uint_t position) {
     39void lvec_set_sample(lvec_t *s, lsmp_t data, uint_t position) {
    4040  s->data[position] = data;
    4141}
     42
    4243lsmp_t lvec_get_sample(lvec_t *s, uint_t position) {
    4344  return s->data[position];
Note: See TracChangeset for help on using the changeset viewer.