Ignore:
Timestamp:
Jan 3, 2014, 12:47:22 AM (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:
2e01060
Parents:
89e9e71 (diff), 4fe62ba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'develop' of aubio.org:/git/aubio/aubio into develop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/test-mathutils.c

    r89e9e71 rd4791e5  
    44#include <aubio.h>
    55
    6 int test_next_power_of_two()
     6int test_next_power_of_two (void);
     7int test_miditofreq (void);
     8int test_freqtomidi (void);
     9int test_aubio_window (void);
     10
     11int test_next_power_of_two (void)
    712{
    813  uint_t a, b;
     
    2530}
    2631
    27 int test_miditofreq()
     32int test_miditofreq (void)
    2833{
    2934  smpl_t a, b;
     
    5661}
    5762
    58 int test_freqtomidi()
     63int test_freqtomidi (void)
    5964{
    6065  smpl_t midi, freq;
     
    8893}
    8994
    90 int test_aubio_window()
     95int test_aubio_window (void)
    9196{
    9297  uint_t window_size = 16;
     
    108113}
    109114
    110 int main ()
     115int main (void)
    111116{
    112117  test_next_power_of_two();
Note: See TracChangeset for help on using the changeset viewer.