aubio:feature/filter_set_coeffs

Last commit made on 2019-12-14
Get this branch:
git clone -b feature/filter_set_coeffs https://git.launchpad.net/aubio

Branch merges

Branch information

Name:
feature/filter_set_coeffs
Repository:
lp:aubio

Recent commits

bf8963d... by Paul Brossier

[py] capture exception in digital_filter.set_coeffs and convert it to a ValueError

c8f369f... by Paul Brossier

[py] improve documentation of digital_filter.set_coeffs

abbff33... by Paul Brossier

[py] add digital_filter.set_coeffs(b, a) function to set arbitrary filter coefficients

ace9e2d... by Paul Brossier

[py] add PyAubio_ArrayToCLvec function to convert and input array into an lvec_t

ae7f7d4... by Paul Brossier

[py] add numpy aliases for lsmp

f8f615e... by Paul Brossier

[lvec] add lvec_copy function

eadb7f6... by Paul Brossier

Merge branch 'master' of https://github.com/autoantwort/aubio into fix/get_waf_space

78af84a... by Paul Brossier

[doc] update line numbers in develop.rst, thanks to @cipo7741 (closes gh-267)

63a7a43... by autoantwort <email address hidden>

get_waf.sh: Allow spaces in the pwd path

63fc1df... by Paul Brossier

Merge branch 'feature/debugmode'