Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-06 | Move smixer API create+attach into controller onload section | 1 | -71/+9 | ||
2018-06-06 | Fixed the buffer copy size in read callback | 1 | -3/+5 | ||
Fixes the UNDERRUN issue (seen while playing radio, for instance) Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-06 | Fixed the MixerInfoAction reply | 2 | -9/+5 | ||
Make it robust to empty source, and set the source when input is a direct capture device. Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-05 | Fix alsa URI within attach response | 1 | -2/+3 | ||
2018-06-05 | Use attach info verb to build attach response. | 3 | -50/+26 | ||
2018-06-05 | Added per sink/source API for master control | 1 | -4/+8 | ||
2018-06-05 | Update info command and move HTML5 to new API | 6 | -69/+353 | ||
2018-06-04 | Fixed compilation issues with gcc >= 7.2 | 4 | -5/+5 | ||
Fixed some warnings about uninitialized variables | |||||
2018-06-04 | Fixed json parsing format errors | 2 | -4/+5 | ||
The expected format did not match the parameters Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-04 | Move to Dynamic Mixer API (work in progress) | 21 | -1683/+2069 | ||
2018-05-18 | Update to last controller fix | 1 | -2/+2 | ||
2018-05-18 | Added create/close mixer API | 3 | -62/+131 | ||
2018-05-18 | Implements volume ramping | 13 | -192/+473 | ||
2018-05-18 | Added relative volume setting per audio-stream | 1 | -31/+69 | ||
2018-05-17 | Implemented sub API for stream with volume/pause/toggle/... | 5 | -22/+100 | ||
2018-05-17 | Initial version with dynamic APIs | 12 | -125/+426 | ||
2018-05-17 | Cleanup soft vol control creation | 4 | -14/+61 | ||
2018-05-14 | Move to new Romain controller version | 4 | -84/+15 | ||
2018-05-14 | Documentation and simple config for one card | 1 | -0/+82 | ||
2018-05-13 | First testable version. | 14 | -317/+637 | ||
Mixing with volume and mute per audio role works. | |||||
2018-05-13 | First version muxing multiple audio streams. | 6 | -19/+29 | ||
2018-05-13 | Initial version with softvol,Route,Multi,Dmix | 15 | -254/+1249 | ||
2018-05-11 | Initial version with softvol control and DMIX | 9 | -442/+472 | ||
2018-05-08 | Fist AlsaLoop model playing music (work in progress) | 11 | -205/+1324 | ||
2018-04-30 | On going effort, now load and support LUA+C plugin | 8 | -38/+353 | ||
2018-04-29 | Initial push work in progress | 2 | -0/+86 | ||