Update ChangeLogs
This commit is contained in:
parent
f235f95e52
commit
ca5200a7d0
11
ChangeLog
11
ChangeLog
@ -7847,6 +7847,13 @@
|
|||||||
improvements (2014-7-26)
|
improvements (2014-7-26)
|
||||||
* arch/arm/src/armv7-a/Kconfig: L2 Cache currently depends on
|
* arch/arm/src/armv7-a/Kconfig: L2 Cache currently depends on
|
||||||
EXPERIMENTAL because it does not yet work properly (2014-7-26).
|
EXPERIMENTAL because it does not yet work properly (2014-7-26).
|
||||||
* include/nuttx/audio/audio.h: Move subsampling rate definitions from
|
* include/nuttx/audio/audio.h: Move sub-sampling rate definitions from
|
||||||
nxplayer.h to audio.h (2014-7-17).
|
nxplayer.h to audio.h (2014-7-17).
|
||||||
|
* audio/pcm_decode.c: PCM: First cut at fast forward by sub-sampling.
|
||||||
|
This design is overkill: It manages too many audio buffers. I think
|
||||||
|
that a cleaner design could do all sub-sampling in place without
|
||||||
|
managing additional audio buffers (2014-7-27).
|
||||||
|
* drivers/audio/audio_null.c: Was not returning buffers to the upper
|
||||||
|
level (2014-7-27)
|
||||||
|
* include/nuttx/audio/audio.h and audio/pcm_decode.c: Misc bugfixes
|
||||||
|
while integrating fast forward by sub-sampling (2014-7-27).
|
||||||
|
Loading…
Reference in New Issue
Block a user