Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 67sugar-0.94Gonzalo Odiard2013-05-251-1/+1
|
* Update the binaries with the changes from the last two commits.Gonzalo Odiard2013-05-026-0/+0
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Remove .so from .gitignoreGonzalo Odiard2013-05-021-1/+0
| | | | | | | | We have been storing the .so files on git for a long time. As we include in the activity bundle the Clooper library compiled for every architecture, does not have sense compile it every time. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Clooper: strip built libraryDaniel Drake2013-05-021-0/+1
| | | | | This saves some disk space. The unstripped version can still be built with "make aclient.so"
* Output to ALSA directly from csoundGonzalo Odiard2013-05-026-362/+17
| | | | | | | | | | | | | | | TamTam sound is crackly on some setups (e.g. XO-1.5 and newer with dmix running at 48000Hz). Clooper seems to implement its own ALSA sample rate resampling, as well as upsampling of the period rate to overcome any differences in csound period size and ALSA period size. This code is the cause of the crackles. Switch to csound's internal ALSA backend, which works well, and does not have these problems. Tested on XO-1, XO-1.5, XO-1.75 and XO-4. Signed-off-by: Daniel Drake <dsd@laptop.org>
* Push L10n updatesPootle daemon2012-10-1397-12564/+120877
|
*