summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.c
AgeCommit message (Expand)Author
2008-05-05PCM buffer muting doesn't seem benificial for wm8978 so turn it off.Michael Sevakis
2008-04-19Removed unused function get_pcmbuf_descsize from pcmbuf.cBertrik Sikken
2008-04-03Simplify pcmbuf_beep() a little, should be no functional change but it seems ...Steve Bavin
2008-03-30Fixes FS#8651 (noise and/or crash while crossfading). Latest ARM-asm submit f...Andree Buschmann
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis
2008-01-08Fix typo.Nicolas Pennequin
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis
2007-11-16Couple more tiny changes. :)Michael Sevakis
2007-11-16Missed a couple changesMichael Sevakis
2007-11-16Use sized data types for audio data in the pcm buffer. Speed up the clipping ...Michael Sevakis
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis
2007-06-24SWCODEC: Get rid of unneeded pcm_mute() calls. Leave the only ones that seem ...Michael Sevakis
2007-03-19SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis
2007-03-06Put the sims in their place.Michael Sevakis
2007-03-06Fix problem with recording screen creep and bag a bigfoot. Voice clips aren't...Michael Sevakis
2007-02-07Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis
2006-12-25Next round of static'ing and related fixes.Jens Arnold
2006-11-22Priority overriding was not working correctly.Miika Pekkarinen
2006-11-16Removed muting from pcm buffer during starts, stops and pauses for tlv320 and...Michael Sevakis
2006-11-07Calculation was wrong in pcmbuf_is_same_size such that is would almost certai...Michael Sevakis
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis
2006-10-15Removed ugly boosting solutions from playback code and let schedulerMiika Pekkarinen
2006-10-15Don't unboost CPU in an ISRSteve Bavin
2006-10-13Just take out some out-of-date TODOs from playback.c and put a big FIXME in p...Brandon Low
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin
2006-09-27Fix for crossfade crashes if in or out delay are zeroSteve Bavin
2006-09-26Fix a crash and CPU being left boosted when using voice - FS#6024Steve Bavin
2006-09-17FS#5992 Reworked playback.c to fix voice bugs by Steve Bavin. Fixed toMiika Pekkarinen
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen
2006-08-13Memory size checks in .c/.h files should use MEM, not MEMORYSIZEDave Chapman
2006-08-12Various lower limits and sizes for targets with 1MB of RAM (Iriver iFP7xx).Tomasz Malesinski
2006-08-02Adjusted buffer watermarks for better crossfade and playback stability.Miika Pekkarinen
2006-05-14Correctly enable crossfade mixmode only when not skipping tracksMiika Pekkarinen
2006-05-08Revert a previous change, works around the problem of freezing on stop-while-...Brandon Low
2006-05-05Hopefully fix some old audio playing during manual track skip w/o crossfade. ...Brandon Low
2006-04-25Make crossfade less twitchy moreBrandon Low
2006-04-25GOTO POWER. Improve crossfade performance, and cleanliness, and termination ...Brandon Low
2006-04-25Make crossfade less twitchy about buffer levelBrandon Low
2006-04-25Fix asymetric crossfade cases that were broken, and also a not yet reported b...Brandon Low
2006-04-25Fix crossfade. Again.Brandon Low
2006-04-25More crossfade work, should fix crossfade on coldfire, and possibly improve c...Brandon Low
2006-04-24Fix another possible glitch causer on crossfadeBrandon Low
2006-04-24Fix crossfade locational settingBrandon Low
2006-04-24Remove accidentally commited commented code, no functional changesBrandon Low
2006-04-23Rework crossfade to properly follow pcmbuf chunks instaed of blindly insertin...Brandon Low
2006-04-23Whoops, forgot to 'duck' the music below the voice when I redid the mixBrandon Low
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low
2006-04-20Fix a crossfade problem (not initializing quite right), and a end of track pr...Brandon Low