summaryrefslogtreecommitdiffstats
path: root/firmware/export/pcm_playback.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-65/+0
2007-03-11Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...Michael Sevakis1-0/+1
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis1-1/+1
2006-12-06Small change to PCM recording API for low latency effects. Latency can be as ...Michael Sevakis1-0/+1
2006-11-29PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename ...Michael Sevakis1-0/+13
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-2/+14
2006-02-07Rework PCM bufferBrandon Low1-2/+3
2006-01-22Muting trick to prevent tiny pops and glitchless mp3 seeking.Miika Pekkarinen1-0/+1
2005-07-22More accurate playback position calculation.Miika Pekkarinen1-0/+1
2005-07-17Initial attempt to support peak meter on iriver. It still has someMiika Pekkarinen1-0/+2
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen1-28/+2
2005-06-29Small copy/paste error..Miika Pekkarinen1-1/+0
2005-06-29Always use crossfade if it's enabled.Miika Pekkarinen1-0/+1
2005-06-29Fixed slow track switching and track pre-buffering. Fixed rockboyMiika Pekkarinen1-0/+2
2005-06-27Replaced some size_t with longs. That might solve some problems. FixedMiika Pekkarinen1-3/+3
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen1-1/+7
2005-06-20Crossfade fixes.Miika Pekkarinen1-1/+1
2005-06-18Iriver UDA1380 volume and balance handling is now done in sound.c, similar to...Jens Arnold1-1/+0
2005-06-15Fixed the "last song bug".Miika Pekkarinen1-0/+1
2005-06-14Playlist changed are recognized correctly.Miika Pekkarinen1-1/+1
2005-06-10Better handling for cpu_boost(). Small buffering fix.Miika Pekkarinen1-0/+1
2005-06-09Added Crossfade setting for iRiverLinus Nielsen Feltzing1-0/+1
2005-06-09Fixed forward next track bugs (still some pause issues though). AddedMiika Pekkarinen1-0/+1
2005-06-07Fixed: Ogg Vorbis crashing, MP3 file seeking, USB mode and a littleMiika Pekkarinen1-0/+1
2005-06-05First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing1-0/+6
2005-04-14New API for buffered PCM playbackLinus Nielsen Feltzing1-0/+10
2005-03-31iRiver: Major PCM DMA code cleanup, added pcm_init() and pcm_play_pause()Linus Nielsen Feltzing1-0/+2
2005-03-28Sound api improvements, rockboy sound, contributed by xshock.Michiel Van Der Kolk1-0/+2
2005-03-18PCM playback for iRiverLinus Nielsen Feltzing1-0/+27