summaryrefslogtreecommitdiff
path: root/apps/recorder/pcm_record.c (follow)
Commit message (Expand)AuthorAge
* recording: Fix sloppy return value check. This caused an OOM panic.Thomas Martitz2013-12-24
* playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz2013-12-23
* SWCODEC recording: Boost CPU frequency before doing flush on stopMichael Sevakis2013-07-09
* Fix strlcpy warnings in 4888131.Michael Sevakis2013-06-29
* Update software recording engine to latest codec interface.Michael Sevakis2013-06-30
* Fix some whitespace in files changed in following commit.Michael Sevakis2013-06-30
* Some corrections after 5857c44.Michael Sevakis2013-05-31
* Refactor audio thread to run both recording and playback.Michael Sevakis2013-05-31
* pcm_record: Track initialization stateMichael Sevakis2013-05-30
* Revise the PCM callback system after adding multichannel audio.Michael Sevakis2012-03-03
* Add a second boost condition to the recording PCM buffer to boost the CPU whe...Michael Sevakis2011-12-08
* AS3525v1/v2:Michael Sevakis2011-12-08
* FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero2011-11-29
* Revert 30754 because the codecs won't build correctly, anyway.Fred Bauer2011-10-15
* undef DEBUG in pcm_record.c because it's broken and breaks DEBUG buildsFred Bauer2011-10-14
* Fix errors and warnings.Thomas Martitz2011-08-14
* GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz2011-08-14
* Change the thread api a bit.Thomas Martitz2011-03-05
* Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis2011-02-23
* Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann2011-02-02
* Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz2010-08-12
* Simulator: build recording codeRafaël Carré2010-07-04
* e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis2010-06-26
* Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis2010-05-24
* FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon2010-05-16
* Enable recording on clipv1/m200v4/c200v2Rafaël Carré2010-05-14
* Fix further tabsAndree Buschmann2010-01-03
* FS#10080Nils Wallménius2009-07-14
* Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...Michael Sevakis2009-02-08
* Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis2008-12-13
* PCM buffer beeping needs the audio buffer reset in order to work after operat...Michael Sevakis2008-12-13
* Fix red and a couple other things I somehow missed.Michael Sevakis2008-12-10
* Use cookies for thread identification instead of pointers directly which give...Michael Sevakis2008-12-10
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg2008-10-15
* Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg2008-10-14