aubio.git
4 years agoMerge branch 'master' into feature/autosink feature/autosink
Paul Brossier [Sat, 29 Jun 2019 11:35:40 +0000 (13:35 +0200)]
Merge branch 'master' into feature/autosink

4 years ago[py] incref exception type before restoring it
Paul Brossier [Sat, 29 Jun 2019 10:48:56 +0000 (12:48 +0200)]
[py] incref exception type before restoring it

4 years ago[py] incref exception type before restoring it
Paul Brossier [Sat, 29 Jun 2019 10:48:50 +0000 (12:48 +0200)]
[py] incref exception type before restoring it

4 years ago[py] fix reference counting of exception types (thanks @wackou)
Paul Brossier [Sat, 29 Jun 2019 10:42:36 +0000 (12:42 +0200)]
[py] fix reference counting of exception types (thanks @wackou)

Commit 8bfef30 exposed a reference counting error, causing the
interpreter to crash before exiting. The solution is to incref the
exception type before calling PyErr_Restore.

4 years agoMerge branch 'master' into fix/setbiquad
Paul Brossier [Fri, 28 Jun 2019 13:03:56 +0000 (15:03 +0200)]
Merge branch 'master' into fix/setbiquad

4 years ago[waf] bump to 2.0.17
Paul Brossier [Fri, 28 Jun 2019 10:58:54 +0000 (12:58 +0200)]
[waf] bump to 2.0.17

4 years ago[py] expect a failure on 32bit systems, add a comment about -ffloat-store (closes...
Paul Brossier [Fri, 21 Jun 2019 12:05:10 +0000 (14:05 +0200)]
[py] expect a failure on 32bit systems, add a comment about -ffloat-store (closes gh-231)

4 years ago[py] add helper to check if we are on a 32bit system
Paul Brossier [Fri, 21 Jun 2019 12:03:49 +0000 (14:03 +0200)]
[py] add helper to check if we are on a 32bit system

4 years ago[py] relax precision for 32bit systems
Paul Brossier [Fri, 21 Jun 2019 12:03:14 +0000 (14:03 +0200)]
[py] relax precision for 32bit systems

4 years ago[py] fix pvoc tests on powerpc
Paul Brossier [Thu, 20 Jun 2019 17:38:39 +0000 (19:38 +0200)]
[py] fix pvoc tests on powerpc

4 years ago[ci] disable samplerate when cross building on osx
Paul Brossier [Thu, 20 Jun 2019 09:38:59 +0000 (11:38 +0200)]
[ci] disable samplerate when cross building on osx

4 years ago[ci] update brew on travis
Paul Brossier [Thu, 20 Jun 2019 08:07:23 +0000 (10:07 +0200)]
[ci] update brew on travis

4 years ago[py] fix typo in dct docstring
Paul Brossier [Thu, 20 Jun 2019 07:16:27 +0000 (09:16 +0200)]
[py] fix typo in dct docstring

4 years ago[py] fix typo in fft docstring
Paul Brossier [Thu, 20 Jun 2019 07:16:18 +0000 (09:16 +0200)]
[py] fix typo in fft docstring

4 years ago[py] fix typo in sink docstrings
Paul Brossier [Thu, 20 Jun 2019 07:14:51 +0000 (09:14 +0200)]
[py] fix typo in sink docstrings

4 years agoMerge branch 'aybe-patch-2' of feature/vcpkg_docs
Paul Brossier [Sat, 11 May 2019 10:04:27 +0000 (12:04 +0200)]
Merge branch 'aybe-patch-2' of feature/vcpkg_docs

4 years agoMerge branch 'master' into feature/autosink
Paul Brossier [Thu, 9 May 2019 17:48:01 +0000 (19:48 +0200)]
Merge branch 'master' into feature/autosink

4 years agoMerge branch 'fix/winencoding' (closes gh-247)
Paul Brossier [Wed, 8 May 2019 17:37:51 +0000 (19:37 +0200)]
Merge branch 'fix/winencoding' (closes gh-247)

4 years ago[py] use universal_newlines=True to prevent decoding errors (see gh-247 gh-248)
Paul Brossier [Mon, 6 May 2019 20:36:51 +0000 (22:36 +0200)]
[py] use universal_newlines=True to prevent decoding errors (see gh-247 gh-248)

4 years agoUpdate binaries.rst
Aybe [Thu, 25 Apr 2019 05:02:49 +0000 (07:02 +0200)]
Update binaries.rst

4 years agoTypo => `libflac-dev` instead of `libflac-dec`
Dominic Jodoin [Mon, 22 Apr 2019 19:43:46 +0000 (15:43 -0400)]
Typo => `libflac-dev` instead of `libflac-dec`

5 years ago[utils] use posix compliant _strnicmp on windows
Paul Brossier [Sun, 31 Mar 2019 22:44:02 +0000 (00:44 +0200)]
[utils] use posix compliant _strnicmp on windows

5 years ago[ci] disable flac and vorbis on ios and fat builds
Paul Brossier [Sun, 31 Mar 2019 22:43:36 +0000 (00:43 +0200)]
[ci] disable flac and vorbis on ios and fat builds

5 years ago[utils] use strnicmp on windows
Paul Brossier [Sun, 31 Mar 2019 22:12:53 +0000 (00:12 +0200)]
[utils] use strnicmp on windows

5 years agoMerge branch 'master' into feature/autosink
Paul Brossier [Sun, 31 Mar 2019 21:12:40 +0000 (23:12 +0200)]
Merge branch 'master' into feature/autosink

5 years agoMerge branch 'feature/sink_vorbis' into feature/autosink
Paul Brossier [Sun, 31 Mar 2019 21:12:30 +0000 (23:12 +0200)]
Merge branch 'feature/sink_vorbis' into feature/autosink

5 years agoMerge branch 'feature/sink_flac' into feature/autosink
Paul Brossier [Sun, 31 Mar 2019 21:12:25 +0000 (23:12 +0200)]
Merge branch 'feature/sink_flac' into feature/autosink

5 years ago[py] fix note-off timings (closes #240, thanks to @chaoxinzheng)
Paul Brossier [Tue, 26 Mar 2019 14:55:17 +0000 (15:55 +0100)]
[py] fix note-off timings (closes #240, thanks to @chaoxinzheng)

5 years ago[py] digital_filter.set_* raise ValueError (see #gh-241)
Paul Brossier [Tue, 26 Mar 2019 14:22:37 +0000 (15:22 +0100)]
[py] digital_filter.set_* raise ValueError (see #gh-241)

5 years ago[py] improve digital_filter error messages (closes #gh-241)
Paul Brossier [Tue, 26 Mar 2019 14:17:05 +0000 (15:17 +0100)]
[py] improve digital_filter error messages (closes #gh-241)

5 years ago[waf] remove ref to landscape.yml
Paul Brossier [Tue, 26 Feb 2019 09:50:47 +0000 (10:50 +0100)]
[waf] remove ref to landscape.yml

5 years ago[waf] also exclude signature files
Paul Brossier [Tue, 26 Feb 2019 09:50:39 +0000 (10:50 +0100)]
[waf] also exclude signature files

5 years ago[ci] remove landscape.yml
Paul Brossier [Tue, 26 Feb 2019 09:49:21 +0000 (10:49 +0100)]
[ci] remove landscape.yml

5 years ago[doc] remove landscape icon
Paul Brossier [Tue, 26 Feb 2019 09:48:52 +0000 (10:48 +0100)]
[doc] remove landscape icon

5 years ago[README] remove landscape icon
Paul Brossier [Tue, 26 Feb 2019 09:48:18 +0000 (10:48 +0100)]
[README] remove landscape icon

5 years ago[VERSION] bump to 0.5.0~alpha
Paul Brossier [Tue, 26 Feb 2019 09:01:30 +0000 (10:01 +0100)]
[VERSION] bump to 0.5.0~alpha

5 years ago[VERSION] bump to 0.4.9 0.4.9
Paul Brossier [Thu, 7 Feb 2019 15:51:07 +0000 (16:51 +0100)]
[VERSION] bump to 0.4.9

5 years ago[ChangeLog] add 0.4.9 entry
Paul Brossier [Thu, 7 Feb 2019 15:46:22 +0000 (16:46 +0100)]
[ChangeLog] add 0.4.9 entry

5 years ago[waf] bump to 2.0.14
Paul Brossier [Thu, 7 Feb 2019 11:43:55 +0000 (12:43 +0100)]
[waf] bump to 2.0.14

5 years ago[ci] fix azure vmImage field
Paul Brossier [Thu, 31 Jan 2019 02:36:19 +0000 (03:36 +0100)]
[ci] fix azure vmImage field

5 years ago[tests] fix input size in test-mfcc
Paul Brossier [Thu, 31 Jan 2019 02:20:57 +0000 (03:20 +0100)]
[tests] fix input size in test-mfcc

5 years ago[sink_wavwrite] call fflush in open
Paul Brossier [Tue, 8 Jan 2019 17:51:16 +0000 (18:51 +0100)]
[sink_wavwrite] call fflush in open

This ensures the file header was actually written correctly, and fails
otherwise, for instance when the target disk-system is full.

5 years ago[sink] remove assert so tests pass in debug mode
Paul Brossier [Tue, 8 Jan 2019 17:37:13 +0000 (18:37 +0100)]
[sink] remove assert so tests pass in debug mode

5 years ago[source] remove assert so tests pass in debug mode
Paul Brossier [Tue, 8 Jan 2019 17:34:30 +0000 (18:34 +0100)]
[source] remove assert so tests pass in debug mode

source and sink are the only objects which check for null pointers
in del_, keep it this way to prevent breaking older code.

5 years ago[ci] use linux/py3.5 to test --build-type=debug
Paul Brossier [Tue, 8 Jan 2019 17:33:58 +0000 (18:33 +0100)]
[ci] use linux/py3.5 to test --build-type=debug

5 years ago[aubio_priv.h] include blas first (see gh-225)
Paul Brossier [Tue, 8 Jan 2019 17:17:11 +0000 (18:17 +0100)]
[aubio_priv.h] include blas first (see gh-225)

5 years ago[source_avcodec] prevent leak when closing swresample context
Paul Brossier [Mon, 31 Dec 2018 16:25:08 +0000 (17:25 +0100)]
[source_avcodec] prevent leak when closing swresample context

5 years ago[py] fix compilation warning in py-source
Paul Brossier [Sun, 23 Dec 2018 04:55:56 +0000 (05:55 +0100)]
[py] fix compilation warning in py-source

5 years ago[tests] also capture expected source warnings in test_sink
Paul Brossier [Sun, 23 Dec 2018 04:50:36 +0000 (05:50 +0100)]
[tests] also capture expected source warnings in test_sink

5 years ago[tests] check resampling a source raises a warning when expected
Paul Brossier [Sun, 23 Dec 2018 04:50:07 +0000 (05:50 +0100)]
[tests] check resampling a source raises a warning when expected

5 years ago[tests] add parse_file_samplerate to fetch samplerate from path
Paul Brossier [Sun, 23 Dec 2018 04:48:12 +0000 (05:48 +0100)]
[tests] add parse_file_samplerate to fetch samplerate from path

5 years ago[py] take a copy for the last source block when iterating
Paul Brossier [Sun, 23 Dec 2018 04:46:47 +0000 (05:46 +0100)]
[py] take a copy for the last source block when iterating

Appears to be the simplest solution to prevent resizing internal objects.
See also 8e76c71.

5 years ago[source_avcodec] show a warning only when an error occurred in swr_convert
Paul Brossier [Sun, 23 Dec 2018 04:44:18 +0000 (05:44 +0100)]
[source_avcodec] show a warning only when an error occurred in swr_convert

5 years ago[source_avcodec] clean up unused statements and previously included stdlib
Paul Brossier [Sun, 23 Dec 2018 02:56:38 +0000 (03:56 +0100)]
[source_avcodec] clean up unused statements and previously included stdlib

5 years ago[py] define HAVE_ERRNO_H in add_local_macros
Paul Brossier [Sun, 23 Dec 2018 02:49:09 +0000 (03:49 +0100)]
[py] define HAVE_ERRNO_H in add_local_macros

5 years ago[source_sndfile] avoid declaration after statement
Paul Brossier [Sat, 22 Dec 2018 23:48:19 +0000 (00:48 +0100)]
[source_sndfile] avoid declaration after statement

5 years ago[source_wavread] comment unused macro
Paul Brossier [Sat, 22 Dec 2018 23:13:50 +0000 (00:13 +0100)]
[source_wavread] comment unused macro

5 years ago[source_wavread] use STRERR macro
Paul Brossier [Sat, 22 Dec 2018 23:11:17 +0000 (00:11 +0100)]
[source_wavread] use STRERR macro

5 years ago[sink_wavwrite] use STRERR macro
Paul Brossier [Sat, 22 Dec 2018 23:09:31 +0000 (00:09 +0100)]
[sink_wavwrite] use STRERR macro

5 years ago[lib] add AUBIO_STRERR to log system error messages
Paul Brossier [Sat, 22 Dec 2018 23:06:32 +0000 (00:06 +0100)]
[lib] add AUBIO_STRERR to log system error messages

5 years ago[waf] check for errno.h
Paul Brossier [Sat, 22 Dec 2018 23:05:32 +0000 (00:05 +0100)]
[waf] check for errno.h

5 years ago[sink_vorbis] use AUBIO_STRERR
Paul Brossier [Sat, 22 Dec 2018 23:04:04 +0000 (00:04 +0100)]
[sink_vorbis] use AUBIO_STRERR

5 years ago[sink_flac] no declaration after statement
Paul Brossier [Sat, 22 Dec 2018 23:03:13 +0000 (00:03 +0100)]
[sink_flac] no declaration after statement

5 years ago[sink_flac] use AUBIO_STRERR
Paul Brossier [Sat, 22 Dec 2018 23:02:55 +0000 (00:02 +0100)]
[sink_flac] use AUBIO_STRERR

5 years ago[strutils] no declaration after statement
Paul Brossier [Sat, 22 Dec 2018 23:01:43 +0000 (00:01 +0100)]
[strutils] no declaration after statement

5 years agoMerge branch 'feature/sink_flac' into feature/autosink
Paul Brossier [Fri, 21 Dec 2018 19:06:39 +0000 (20:06 +0100)]
Merge branch 'feature/sink_flac' into feature/autosink

5 years agoMerge branch 'feature/sink_vorbis' into feature/sink_flac
Paul Brossier [Fri, 21 Dec 2018 19:06:24 +0000 (20:06 +0100)]
Merge branch 'feature/sink_vorbis' into feature/sink_flac

5 years agoMerge branch 'master' into feature/sink_vorbis
Paul Brossier [Fri, 21 Dec 2018 19:06:09 +0000 (20:06 +0100)]
Merge branch 'master' into feature/sink_vorbis

5 years ago[osx] build frameworks with -Os
Paul Brossier [Fri, 21 Dec 2018 17:15:53 +0000 (18:15 +0100)]
[osx] build frameworks with -Os

The new tests revealed a crash in test-pitchmcomb when compiling with
-Ofast (somewhere in fvec_median, but not reproducible from aubiopitch,
needs more poking).

5 years ago[ci] add py3.6, drop py3.4 on travis
Paul Brossier [Fri, 21 Dec 2018 17:14:21 +0000 (18:14 +0100)]
[ci] add py3.6, drop py3.4 on travis

5 years ago[source_sndfile] set error message when reading after close
Paul Brossier [Fri, 21 Dec 2018 16:16:18 +0000 (17:16 +0100)]
[source_sndfile] set error message when reading after close

5 years ago[py] raise an exception when reading source failed
Paul Brossier [Fri, 21 Dec 2018 15:41:30 +0000 (16:41 +0100)]
[py] raise an exception when reading source failed

5 years ago[source_avcodec] prevent reading after close
Paul Brossier [Fri, 21 Dec 2018 15:40:24 +0000 (16:40 +0100)]
[source_avcodec] prevent reading after close

5 years ago[tests] simplify test_source.py, skip if no test sounds
Paul Brossier [Fri, 21 Dec 2018 15:39:56 +0000 (16:39 +0100)]
[tests] simplify test_source.py, skip if no test sounds

5 years ago[tests] try reading after close in test-source.c
Paul Brossier [Fri, 21 Dec 2018 15:26:00 +0000 (16:26 +0100)]
[tests] try reading after close in test-source.c

5 years ago[tests] check reading source after close raises RuntimeError
Paul Brossier [Fri, 21 Dec 2018 15:22:27 +0000 (16:22 +0100)]
[tests] check reading source after close raises RuntimeError

5 years ago[tests] test del_aubio_sink on null
Paul Brossier [Fri, 21 Dec 2018 14:30:14 +0000 (15:30 +0100)]
[tests] test del_aubio_sink on null

5 years ago[tests] test del_aubio_source on null
Paul Brossier [Fri, 21 Dec 2018 14:28:11 +0000 (15:28 +0100)]
[tests] test del_aubio_source on null

5 years ago[source_apple_audio] get_duration returns 0 on failure
Paul Brossier [Fri, 21 Dec 2018 14:26:52 +0000 (15:26 +0100)]
[source_apple_audio] get_duration returns 0 on failure

5 years ago[py] check if filter was created before deleting it
Paul Brossier [Fri, 21 Dec 2018 14:26:04 +0000 (15:26 +0100)]
[py] check if filter was created before deleting it

5 years ago[sink] del_aubio_sink argument can be null
Paul Brossier [Fri, 21 Dec 2018 14:25:43 +0000 (15:25 +0100)]
[sink] del_aubio_sink argument can be null

Most del_ methods in aubio do not check if their argument is NULL, but
del_aubio_sink used to, so we keep it this way to avoid breaking
existing programs.

5 years ago[source] del_aubio_source argument can be null
Paul Brossier [Fri, 21 Dec 2018 14:15:47 +0000 (15:15 +0100)]
[source] del_aubio_source argument can be null

Most del_ methods in aubio do not check if their argument is NULL, but
del_aubio_source used to, so we keep it this way to avoid breaking
existing programs.

5 years ago[examples] only delete sink if needed
Paul Brossier [Fri, 21 Dec 2018 14:01:10 +0000 (15:01 +0100)]
[examples] only delete sink if needed

5 years ago[py] check sink was created before calling del_aubio_sink
Paul Brossier [Fri, 21 Dec 2018 14:00:34 +0000 (15:00 +0100)]
[py] check sink was created before calling del_aubio_sink

5 years agoRevert "[py] avoid resizing py-source output"
Paul Brossier [Fri, 21 Dec 2018 13:58:39 +0000 (14:58 +0100)]
Revert "[py] avoid resizing py-source output"

This reverts commit 8e76c71be6136f4e2289f8c67e422097f5e10dfe.

No need to copy here, the culprit should be in py-sink.c.

5 years ago[tests] test-mathutils-window input validation
Paul Brossier [Fri, 21 Dec 2018 13:16:29 +0000 (14:16 +0100)]
[tests] test-mathutils-window input validation

5 years ago[tests] add test-vecutils
Paul Brossier [Fri, 21 Dec 2018 13:08:58 +0000 (14:08 +0100)]
[tests] add test-vecutils

5 years ago[tests] improve test-fmat
Paul Brossier [Fri, 21 Dec 2018 13:08:48 +0000 (14:08 +0100)]
[tests] improve test-fmat

5 years ago[tests] improve test-lvec
Paul Brossier [Fri, 21 Dec 2018 11:44:46 +0000 (12:44 +0100)]
[tests] improve test-lvec

5 years ago[tests] improve test-cvec
Paul Brossier [Fri, 21 Dec 2018 11:44:35 +0000 (12:44 +0100)]
[tests] improve test-cvec

5 years ago[tests] improve test-fvec
Paul Brossier [Fri, 21 Dec 2018 11:44:22 +0000 (12:44 +0100)]
[tests] improve test-fvec

5 years ago[waf] also link against vorbis and ogg
Paul Brossier [Fri, 21 Dec 2018 11:41:36 +0000 (12:41 +0100)]
[waf] also link against vorbis and ogg

Required where vorbisenc doesn't mark these as NEEDED (e.g. osx)

5 years ago[sink_apple_audio] preset_format does not fail on empty format string
Paul Brossier [Fri, 21 Dec 2018 02:28:05 +0000 (03:28 +0100)]
[sink_apple_audio] preset_format does not fail on empty format string

5 years ago[sink_sndfile] preset_format does not fail on empty format string
Paul Brossier [Thu, 20 Dec 2018 22:56:51 +0000 (23:56 +0100)]
[sink_sndfile] preset_format does not fail on empty format string

5 years agoMerge branch 'feature/sink_flac' into feature/autosink
Paul Brossier [Thu, 20 Dec 2018 22:31:23 +0000 (23:31 +0100)]
Merge branch 'feature/sink_flac' into feature/autosink

5 years agoMerge branch 'feature/sink_vorbis' into feature/sink_flac
Paul Brossier [Thu, 20 Dec 2018 22:31:13 +0000 (23:31 +0100)]
Merge branch 'feature/sink_vorbis' into feature/sink_flac

5 years agoMerge branch 'master' into feature/sink_vorbis
Paul Brossier [Thu, 20 Dec 2018 22:30:52 +0000 (23:30 +0100)]
Merge branch 'master' into feature/sink_vorbis

5 years ago[py] avoid resizing py-source output
Paul Brossier [Thu, 20 Dec 2018 21:35:07 +0000 (22:35 +0100)]
[py] avoid resizing py-source output

Make sure a copy of the source output is taken before resizing it.

5 years ago[source_avcodec] fix warning messages
Paul Brossier [Thu, 20 Dec 2018 21:08:58 +0000 (22:08 +0100)]
[source_avcodec] fix warning messages

5 years ago[source_sndfile] fix reading sizes when resampling
Paul Brossier [Thu, 20 Dec 2018 20:26:32 +0000 (21:26 +0100)]
[source_sndfile] fix reading sizes when resampling