summaryrefslogtreecommitdiff
path: root/dsp/dsp.c
Commit message (Collapse)AuthorAge
* refactor project structureJari Vetoniemi2018-10-31
| | | | | libasound.c started to become quite large, split the big chunks into pcm.c and mixer.c
* support floating point encodingsJari Vetoniemi2018-10-31
added dsp.c from sndio for handling the conversions. sort of fixes mpv, still has problems due to stubbed functions though.