Opened 13 years ago
Closed 12 years ago
#74 closed task (fixed)
ALSA Plugin needs updates and improvements
Reported by: | ph3-der-loewe | Owned by: | themaister |
---|---|---|---|
Priority: | major | Milestone: | RoarAudio major release 0.4 |
Component: | Plugins and Applications | Version: | 0.4 |
Keywords: | ALSA | Cc: | maister@… |
Architecture: | Compiler: | ||
Difficulty: | very hard | Kernel: | Linux |
Operating System: | GNU/Linux | Parent Tickets: | |
Patch attached: | no | Protocol: | |
Sound driver: | virtual | Topic: | other |
Description
The ALSA plugin needs significant updates and improvements.
maister's branch should be re-synced into trunk as a begin of those updates.
Subtickets
Change History (5)
comment:1 Changed 12 years ago by ph3-der-loewe
- Owner set to themaister
- Status changed from new to assigned
comment:2 Changed 12 years ago by ph3-der-loewe
- Difficulty set to very hard
comment:3 Changed 12 years ago by ph3-der-loewe
I synced the plugin from maister's git into trunk (with some minor changes like coding style).
I also renamed roar_([_]+)() to roar_plugin_$1() as there may be collisions. One happened with roar_reset(). I'm considering to reserve roar_plugin_* for private functions in plugins of all kinds.
comment:4 Changed 12 years ago by ph3-der-loewe
maister and I wrote a VS API based ALSA plugin wich is much better than the old one.
It can be found in plugins/alsavs/
I will close this ticket as soon as more people tested it.
comment:5 Changed 12 years ago by ph3-der-loewe
- Resolution set to fixed
- Status changed from assigned to closed
- Version changed from current to 0.4
The plugin seems to work. Bugs it has should be opend as seperate bug reports
I would like to see this done by the next release.
Do we need to consider porting to VS API?