summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
10 daysSet start threshold to buffer_size * 4HEADmasterLuo Jinghua1-0/+1
10 daysSet stop threshold to buffer size for alsaLuo Jinghua1-1/+1
10 daysWait for the available event only if the more space is neededLuo Jinghua1-5/+12
10 daysWait for buffer availabe before writing on nexusLuo Jinghua2-9/+26
2012-04-05Added pause and resume support on iOSLuo Jinghua2-0/+12
2012-04-05Added method to pause and resume the audio deviceLuo Jinghua3-0/+20
2012-02-25Implemented getRow for input_modLuo Jinghua2-0/+13
2012-02-25Added a interface to query current row for modsLuo Jinghua1-0/+6
2012-02-24Don't update the audio data if the audio track was pausedLuo Jinghua1-2/+6
2011-12-19Added tremor supportLuo Jinghua2-0/+14
2011-12-07Switch android device to push modeLuo Jinghua2-11/+2
2011-12-07Removed generated filesLuo Jinghua2-9068/+748
2011-12-07Make the priority of mod detection higher then mp3 and oggLuo Jinghua1-1/+1
2011-12-07Added setOrder and getOrder support for the input_modLuo Jinghua2-0/+68
2011-12-07Extend the sample source to support playing at specified orderLuo Jinghua1-0/+24
2011-03-22android: track the changes in android wrapperLuo Jinghua1-4/+4
2011-03-08alsa: replace '.' with ',' in device name from parameter listLuo Jinghua1-0/+6
2010-12-16android: set buffer size to 4096 bytesLuo Jinghua1-1/+1
2010-12-15use cubic filter by defaultLuo Jinghua1-1/+1
2010-12-12android: add a driver for androidLuo Jinghua4-2/+127
2010-11-01nexus: removed unused codeLuo Jinghua1-7/+0
2010-10-26alsa: don't hardcode sample rate and buffer sizeLuo Jinghua2-12/+16
2010-10-26alsa: don't set silence size to infiniteLuo Jinghua1-9/+0
2010-10-19optimize the dumb_resample furtherLuo Jinghua1-12/+12
2010-10-19fixed compilationLuo Jinghua2-3/+5
2010-10-19set default resampling quality to linearLuo Jinghua1-1/+1
2010-10-19use the optimized version of dumb_resampleLuo Jinghua1-3/+2
2010-10-19added another dump_resample() without the volume adjustmentLuo Jinghua2-0/+284
2010-10-12device: fixed a warning while using the external audio deviceLuo Jinghua1-0/+17
2010-10-12build: build the external audio driverLuo Jinghua2-1/+20
2010-10-12device: add a external device driverLuo Jinghua3-0/+230
2010-07-25coreaudio: cleanup a bitLuo Jinghua1-23/+34
2010-07-10coreaudio: fixed compilation on iPhoneOSLuo Jinghua2-7/+61
2010-07-10configure: fixed compilation on mac os xLuo Jinghua1-0/+1
2010-07-10coreaudio: port to mac os x 10.6Luo Jinghua2-85/+134
2010-07-08nexus: register callback for Nexus::Audio instead of the Nexus::DisplayLuo Jinghua2-7/+10
2010-07-07nexus: use the nexus common libraryLuo Jinghua2-45/+74
2010-03-04Merge branch 'master' of git+ssh://people.freedesktop.org/home/jinghua/audiereLuo Jinghua0-0/+0
2010-03-04Nexus: output to mixer insteadLuo Jinghua1-3/+30
2010-03-01Device: support another st deviceLuo Jinghua5-2/+143
2010-03-01Device: support another st deviceLuo Jinghua4-1/+135
2010-02-03Nexus: indent the code and always init the nexus platformLuo Jinghua1-31/+28
2010-02-02Nexus: fixed two warnings.Luo Jinghua1-2/+2
2010-02-02Nexus: fixed sample size caculatatingLuo Jinghua1-19/+19
2009-12-11nexus: supports hdmi audio outputLuo Jinghua2-17/+26
2009-08-11AlsaMixer: increase number of period buffers to 8Luo Jinghua1-4/+3
2009-07-29utility: a poor implementation of atomic inc/dec.Luo Jinghua1-0/+4
2009-07-29Atomically increment and decrement the refcounts for Audiere objects.Luo Jinghua2-36/+76
2009-07-15NexusDevice: remove all inputs on closing audio device.Luo Jinghua1-0/+5
2009-07-15configure: build the nexus driver if possible.Luo Jinghua3-0/+29