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
1d586e6136
incubator-nuttx
/
drivers
/
audio
History
Gregory Nutt
a3e28c2c16
audio NULL driver: Fix an error in a variable name
2014-08-09 10:33:31 -06:00
..
Kconfig
WM8904: Add logic to analyze BCLK setup
2014-08-03 17:11:38 -06:00
Make.defs
WM8904: Add logic to analyze BCLK setup
2014-08-03 17:11:38 -06:00
audio_null.c
audio NULL driver: Fix an error in a variable name
2014-08-09 10:33:31 -06:00
i2schar.c
More trailing whilespace removal
2014-04-13 14:32:20 -06:00
vs1053.c
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
vs1053.h
Updated VS1053 audio driver from Ken Pettit
2013-10-27 08:00:16 -06:00
wm8904.c
WM8904: Don't use MSEC2TICK in timeout calculation
2014-08-08 11:02:45 -06:00
wm8904.h
WM8904: Add reset logic to put the part back in its initial state after playing each WAV file. Base samles per second on frame length, not bits-per-sample. Use a different frame length for 8-bit and 16-bit data
2014-08-04 19:26:43 -06:00
wm8904_debug.c
WM8904: Tried disabling the SYSCLK while updating the FLL. Didn't help but is still probably a correct change
2014-08-03 18:44:51 -06:00