[io] sink_apple_audio uses software-based encoding on ios
[io] sink_apple_audio can now write aiff, mp4, and aac
Merge branch 'master' into feature/autosink
[io] sink_apple_audio to use native format conversion
[io] source_apple_audio to use native format conversion
[io] [osx] switch to floating point AudioBufferList
[io] sink_sndfile: try guessing format according to file extension
[utils] move string routines to strutils.c
[io] prevent crash in sink on null path
Merge branch 'feature/sink_flac' into feature/autosink
Merge branch 'feature/sink_vorbis' into feature/sink_flac
[io] fix error message in sink_vorbis
[tests] update test-sink_flac
[io] sink_flac: validate input sizes, avoid crash on null path and closing twice
Merge branch 'feature/sink_vorbis' into feature/sink_flac
Merge branch 'master' into feature/sink_vorbis
[tests] sync test-sink_vorbis
[io] sink_vorbis: check input sizes
[io] sink_vorbis: remove useless check
[io] sink_vorbis: prevent crash when closing twice
[io] sink_vorbis: prevent crash on null path
Merge branch 'master' into feature/sink_vorbis
[tests] use srand/rand on windows, declare mkstemp and srandom for c99
[source] simplify and avoid unrequired checks
[io] remove useless check in source_sndfile
[doc] remove reference to test-source_multi
[tests] remove test-sink_*-multi, now redundant
[io] prevent possible crash on empty string in source_apple_audio
[tests] sync test-sink with base-sink
[tests] add more sink tests
[io] always call del_ when new_ fails
[io] clean up sink_wavwrite
[io] prevent potential memory leak, never call abort
[io] prevent crash on empty string and potential leak in sink_apple_audio
[io] always call del_aubio_sink
[lib] add AUBIO_ASSERT for debug mode
[io] validate input in sink_wavwrite_do
[io] validate input in sink_sndfile_do
[io] validate input in sink_apple_audio_do
[io] add helpers to validate input
[source] always call del_aubio_source to clean-up
[tests] use double quotes for \0
[tests] improve sink_custom tests
[tests] factorise sink tests
[tests] use double quote to test \0 as a string
[io] ensure fwrite are successful in sink_vorbis
[io] avoid crash when calling vorbis_close twice
[tests] remove test-source variants
[tests] sync test-source with base-source_custom
[tests] factorise source tests
[io] avoid deprecation warning avcodec <= 58.3.102
[io] avoid deprecation warning with ffmpeg
[source] fix skipped samples warning in source_avcodec
[sink] search extension once
[io] sink opens sink_flac if file ends with .flac
[io] sink opens sink_vorbis if file ends with .ogg
[io] sink_wavwrite_do writes all to channels if more than one
[waf] avoid warnings about build dir traversal
[tests] add test-sink_flac
[ci] avoid read out of bound in sink_vorbis_do_multi, simplify _open
[ci] install vorbis on azure
[ci] install vorbis on travis
[ci] install vorbis on circleci
[io] add note about reference vorbis implementation
[io] avoid memory leak in sink_vorbis
[io] abort sink_vorbis_do on error, remove unused variable
[tests] add test-sink_vorbis
[io] add first sink_vorbis draft
[waf] add vorbisenc detection
[examples] remove unneeded cast
[tests] improve test-mfcc (closes #219)
[git] ignore python coverage files
[waf] update rules to build manual and api docs in build/
Merge branch 'master' into feature/pydocstrings
[py] improve specdesc dosctring
[py] add minimal docstring for wavetable
[doc] add py_analysis page
[doc] add py_temporal page
[doc] add py_spectral page
Merge branch 'fix/awhitening'
[awhitening] use shortest length available (closes gh-216)
[tests] fix leak in test-mathutils.c
[hist] fix potential memory leak
[pitch] fix memory leak in specacf
[tests] prevent crash in test-awhitening, fix memory leaks
[py] include docstrings for generated classes
[py] add minimal docstrings to generated objects
[py] use macro in docstring of generated objects macro if defined
[py] add docstrings for digital_filter
[py] add get_norm/power and documentation to filterbank
[py] add minimal docstring to fft
Merge branch 'fix/mfcc_params'