Ross Owen
|
2aef62b434
|
Added support in UAC1 descriptors for 24, 22.05, 12 and 11.025kHz
|
2015-11-12 19:03:30 +00:00 |
|
Ross Owen
|
a63663da13
|
NUM_USB_CHAN_IN_FS and NUM_USB_CHAN_OUT_FS can now be over-ridden for multi-channel at FS. Default is still 2.
|
2015-11-12 19:02:15 +00:00 |
|
Ross Owen
|
1ec017d1eb
|
Typo in FS_STREAM_FORMAT_INPUT_1_SUBSLOT_BYTES define
|
2015-11-11 14:33:53 +00:00 |
|
Ross Owen
|
3da6a51d5f
|
Feedback calc allows a couple of extra bits for the multiplication to allow for a better range of mclk/samplerate combos
|
2015-11-11 14:16:03 +00:00 |
|
Ross Owen
|
ee40514079
|
PDM/Mic code can now handle rate changes.
|
2015-11-11 14:10:21 +00:00 |
|
Ross Owen
|
b5c0ddaaf8
|
Fixed build issue due to checking of NUM_PDM_MICS
|
2015-11-06 11:20:50 +00:00 |
|
Ross Owen
|
88118514f8
|
Updated changelog wording.
|
2015-11-06 10:46:51 +00:00 |
|
Ross Owen
|
2c16a0f7e7
|
Updated PDM Mic integration for latest version of lib_mic_array
|
2015-11-05 15:28:45 +00:00 |
|
Ross Owen
|
0dc7c0fd60
|
Added 6.14 to changelog
|
2015-10-30 12:46:27 +00:00 |
|
Ross Owen
|
563b69c07f
|
Removed accidental inclusion of genclock() from main.xc
|
2015-10-30 12:05:56 +00:00 |
|
Ross Owen
|
4360799be2
|
Merge branch 'DEV_PDM_MIC'
|
2015-10-30 11:58:09 +00:00 |
|
Ross Owen
|
9e7274d3d3
|
Tidy up mic integration task
|
2015-10-30 11:52:23 +00:00 |
|
Ross Owen
|
37752f979c
|
Added pcm_pdm_mic.h
|
2015-10-30 11:51:32 +00:00 |
|
Ross Owen
|
91ac3c60bd
|
Remove hard-coded loopback from deliver()
|
2015-10-30 11:51:17 +00:00 |
|
Ross Owen
|
ca657877e9
|
Tidy up mic integration into deliver()
|
2015-10-30 11:50:59 +00:00 |
|
Ross Owen
|
11c43920ee
|
Removed PDM_PCM_IN define (replaced with check for NUM_PDM_MICS > 0). Also use of PDM_TILE on pcm_pdm_mic() task call.
|
2015-10-29 20:45:07 +00:00 |
|
Ross Owen
|
2d81bdc7c1
|
Merge from master and work to tidy PDM code for release
|
2015-10-20 10:37:07 +01:00 |
|
Ross Owen
|
55f20f68ae
|
'Release: 6.13.0beta2'
|
2015-10-13 17:38:50 +01:00 |
|
Ross Owen
|
b279a2ec4c
|
Merge branch 'master' of git://git/apps/sc_usb_audio
|
2015-10-13 17:36:52 +01:00 |
|
Ross Owen
|
92a985b2fd
|
module_queue now uses lib_xassert (rather than module_xassert)
|
2015-10-13 17:36:45 +01:00 |
|
Ross Owen
|
0e217bb639
|
module_queue now uses lib_xassert (rather than module_xassert)
|
2015-10-13 17:32:48 +01:00 |
|
Ross Owen
|
2580dcc721
|
Updated pdm code to use latest lib_array_mic code
|
2015-10-13 17:32:12 +01:00 |
|
Ross Owen
|
2ae88301eb
|
'Release: 6.13.0beta1'
|
2015-10-12 15:15:26 +01:00 |
|
Ross Owen
|
c53447546e
|
'Release: 6.13.0beta0'
|
2015-10-12 14:20:26 +01:00 |
|
Ross Owen
|
9344178fcc
|
xpd: Cleaned up whitespace
|
2015-10-12 14:19:50 +01:00 |
|
Ross Owen
|
fb6a801b23
|
xpd: Patched version number
|
2015-10-12 14:19:50 +01:00 |
|
Ross Owen
|
e7af4b1f55
|
Changeling updates for 6.13
|
2015-10-12 14:17:38 +01:00 |
|
Ross Owen
|
a587c48f76
|
Added build config for non-beam and beam-forming demo
|
2015-10-12 11:52:45 +01:00 |
|
Ross Owen
|
09437dc588
|
Fixed num mics and loopback.
|
2015-10-12 11:52:20 +01:00 |
|
Ross Owen
|
49cd36dd67
|
Exception when SPDIF_TX and ADAT_TX both enabled due to clock-block being configured after already started. Caused by SPDIF_TX define check typo
|
2015-10-06 16:48:30 +01:00 |
|
Ross Owen
|
b14a0de740
|
Initial work to move codebase to use lib_array_mic
|
2015-10-06 16:06:45 +01:00 |
|
Ross Owen
|
e114e32503
|
8 mic channels now recorded. Fixed bad mic selection and reduced gain.
|
2015-09-23 16:05:03 +01:00 |
|
Ross Owen
|
5306fda2ab
|
Gain fiddle and fixed LEDs
|
2015-09-23 10:38:24 +01:00 |
|
Andrew Stanford-Jason
|
38094b90c4
|
removed the agc and replaced it with a fixed gain
|
2015-09-23 09:43:16 +01:00 |
|
Ross Owen
|
e9b19cedaf
|
Quickly hacked in a input -> output loopback.
|
2015-09-22 16:47:24 +01:00 |
|
Andrew Stanford-Jason
|
62d2d1d5be
|
sort of demo code
|
2015-09-22 15:30:31 +01:00 |
|
Andrew Stanford-Jason
|
71f55b183b
|
added agc
|
2015-09-22 13:41:25 +01:00 |
|
Andrew Stanford-Jason
|
36274798ff
|
audio scaling for pdm
|
2015-09-22 12:22:04 +01:00 |
|
Andrew Stanford-Jason
|
35834c4fb8
|
audio scaling for pdm
|
2015-09-22 12:21:33 +01:00 |
|
Ross Owen
|
21bc1a4708
|
Change mic
|
2015-09-22 12:15:53 +01:00 |
|
Ross Owen
|
5adfd29c17
|
Removed print
|
2015-09-22 11:17:21 +01:00 |
|
Ross Owen
|
a230754991
|
Fixed PDM build issue - bad channel name
|
2015-09-22 11:16:49 +01:00 |
|
Ross Owen
|
be0bf0d983
|
Trial add of PDM code
|
2015-09-22 11:15:05 +01:00 |
|
Ross Owen
|
0205adaa1d
|
Merge branch 'master' into DEV_PDM_MIC
|
2015-09-21 16:32:27 +01:00 |
|
Ross Owen
|
c5d9f247e0
|
Typo in MCLK_441 define checking for MIN_FREQ
|
2015-09-21 16:32:05 +01:00 |
|
Ross Owen
|
ff086590d7
|
Merge branch 'master' into DEV_PDM_MIC
|
2015-09-21 16:11:32 +01:00 |
|
Ross Owen
|
08c55f9a7d
|
Fixed trap when no mclk applied by customer (device now sends 0-length packets in this case)
|
2015-09-21 16:02:25 +01:00 |
|
Ross Owen
|
6cc3ea7549
|
Merge
|
2015-09-17 17:27:37 +01:00 |
|
Ross Owen
|
2cda8bb1ac
|
Merge
|
2015-09-17 17:11:07 +01:00 |
|
Ross Owen
|
c45f91ff39
|
Fixed endpoint type table (due to removal of explicit feedback EP)
|
2015-09-15 15:33:02 +01:00 |
|