Changeset f549b98d


Ignore:
Timestamp:
Sep 2, 2015, 11:18:16 AM (9 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:
4598946
Parents:
2a32644
Message:

src/aubio.h: remove trailing spaces, update copyright

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio.h

    r2a32644 rf549b98d  
    11/*
    2   Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2015 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    1919*/
    2020
    21 /** \mainpage 
    22  
     21/** \mainpage
     22
    2323  \section introduction Introduction
    24  
     24
    2525  aubio is a library to extract annotations from audio signals: it provides a
    2626  set of functions that take an input audio signal, and output pitch estimates,
    2727  attack times (onset), beat location estimates, and other annotation tasks.
    28  
    29   \section basics Basics 
    30  
     28
     29  \section basics Basics
     30
    3131  All object structures in aubio share the same function prefixes and suffixes:
    32  
     32
    3333    - \p new_aubio_foo creates the object \p foo
    3434    - \p aubio_foo_do executes the object \p foo
     
    3838  functions. Optionally, more than one \p _do methods are available.
    3939  Additional parameters can be adjusted and observed using:
    40  
     40
    4141    - \p aubio_foo_get_param, getter function, gets the value of a parameter
    4242    - \p aubio_foo_set_param, setter function, changes the value of a parameter
Note: See TracChangeset for help on using the changeset viewer.