This website requires JavaScript.
Explore
Help
Sign In
OrgApache
/
incubator-nuttx
mirror of
https://github.com/apache/incubator-nuttx.git
Watch
1
Star
0
Fork
You've already forked incubator-nuttx
0
Code
Issues
Releases
Wiki
Activity
9ab67dce75
incubator-nuttx
/
include
/
nuttx
/
audio
History
Gregory Nutt
b305f9186a
WM8904 interface enable method now returns the previous interrupt state
2014-08-04 14:52:59 -06:00
..
audio.h
Audio: Change how the end of the audio stream is detected by the leaf audio component. This used by be done by looking for the first partial buffer. That does not work with the in-place sub-sampling performed by the PCM decoder: That always reduces the size of the buffer so that all buffers only partially filled by the time they get to the leaf. Now, a flag is set in the audio buffer flags set to indicate the final buffer in the stream.
2014-07-31 16:36:09 -06:00
audio_null.h
Audio: Add a NULL audio device that can be used to simply unit-level testing of audio decoders
2014-07-23 10:12:32 -06:00
i2s.h
The WM8904 audio driver is mostly code complete and ready to begin initial testing
2014-07-19 18:52:58 -06:00
pcm.h
Flesh out a few more PCM methods, still incomplete. Re-vision PCM structure definition
2014-07-22 19:23:05 -06:00
vs1053.h
WM8904: Add header file support for this forcoming driver
2014-07-18 13:28:51 -06:00
wm8904.h
WM8904 interface enable method now returns the previous interrupt state
2014-08-04 14:52:59 -06:00