RSS feed
d9ab9584
– Paul Brossier <piem@piem.org>
authored
on 2012/07/15 08:20
tests/src/io/test-sink_sndfile.c: update and simplify
3a6aa799
– Paul Brossier <piem@piem.org>
authored
on 2012/07/15 08:19
src/aubio.h: add io/sink_apple_audio.h
42e6a5ef
– Paul Brossier <piem@piem.org>
authored
on 2012/07/15 08:18
src/io/source.c: add missing free, indent
8aed26d0
– Paul Brossier <piem@piem.org>
authored
on 2012/07/15 08:18
src/io/sink*: read write size instead of returning it
11a1abee
– Paul Brossier <piem@piem.org>
authored
on 2012/07/15 08:16
tests/src/io/test-sink_apple_audio_file.c: added test
12239799
– Paul Brossier <piem@piem.org>
authored
on 2012/07/15 08:02
src/io/sink_apple_audio.c: added apple_audio sink, merge apple stuff
32df658d
– Paul Brossier <piem@piem.org>
authored
on 2012/07/14 14:37
src/io/source.c: do not try to delete if NULL
420962ed
– Paul Brossier <piem@piem.org>
authored
on 2012/07/14 09:14
src/io/source_sndfile.c: avoid segfault when deleting NULL
2c3d4ca4
– Paul Brossier <piem@piem.org>
authored
on 2012/07/14 09:13
added sink_sndfile.c draft
af86999b
– Paul Brossier <piem@piem.org>
authored
on 2012/07/14 08:39
src/io/source_sndfile.c: return NULL before trying to allocate memory, clean up
6192ce7b
– Paul Brossier <piem@piem.org>
authored
on 2012/07/13 15:39
test_source.py: added simple test
0b2892fa
– Paul Brossier <piem@piem.org>
authored
on 2012/07/13 15:39
gen_pyobject.py: improve, also parse io/source
c00f17df
– Paul Brossier <piem@piem.org>
authored
on 2012/07/13 15:37
src/io/source.h: use uri not method as parameter name
c9b99fdd
– Paul Brossier <piem@piem.org>
authored
on 2012/07/13 15:13
src/io/source.c: fix include path
9b1e101b
– Paul Brossier <piem@piem.org>
authored
on 2012/07/13 14:59
generator.py: update skip list
afbd7e7a
– Paul Brossier <piem@piem.org>
authored
on 2012/07/13 13:33
src/io/source_sndfile.{c,h}: added sndfile source
4722e636
– Paul Brossier <piem@piem.org>
authored
on 2012/07/13 12:15
tests/src/io/test-source_apple_audio_file.c: do nothing if not on apple platform
301b8079
– Paul Brossier <piem@piem.org>
authored
on 2012/07/13 12:01
tests/src/io/*.c: add simple tests
2b4080ea
– Paul Brossier <piem@piem.org>
authored
on 2012/07/13 11:29
examples/utils.h: moved file
a40eea82
– Paul Brossier <piem@piem.org>
authored
on 2012/07/13 11:29
src/aubio.h: add source and sink
3504dfe7
– Paul Brossier <piem@piem.org>
authored
on 2012/07/13 11:28
src/io/source_apple_audio.{c,h}: added simple file read using ExtAudioFile
4d75b463
– Paul Brossier <piem@piem.org>
authored
on 2012/07/13 09:05
src/io/sink.*: fix prototypes, draft implementation
eae58984
– Paul Brossier <piem@piem.org>
authored
on 2012/07/13 09:00
src/io: moved sndfileio from examples