Add mapper

Ger rid of static ids for interfaces and replace with something we can
register dynamically
Implement logger.
This commit is contained in:
Wim Taymans 2016-10-07 13:14:32 +02:00
parent a68e5d5124
commit fc4fd1424a
43 changed files with 997 additions and 360 deletions

View file

@ -3,6 +3,7 @@ spalib_sources = ['audio-raw.c',
'control.c',
'debug.c',
'format.c',
'mapper.c',
'port.c',
'props.c',
'ringbuffer.c',