Skip to content

Mic dual complete#97

Merged
andrewstanfordjason merged 59 commits intoxmos:developfrom
oscarbailey-xmos:mic_dual_complete
Nov 11, 2019
Merged

Mic dual complete#97
andrewstanfordjason merged 59 commits intoxmos:developfrom
oscarbailey-xmos:mic_dual_complete

Conversation

@oscarbailey-xmos
Copy link
Copy Markdown
Contributor

@oscarbailey-xmos oscarbailey-xmos commented Nov 5, 2019

UNDOCUMENTED

Single threaded mic array + tests.

Configured using the following #defines:

  • MIC_DUAL_ENABLED
  • MIC_DUAL_FRAME_SIZE

The mic_dual function signature:

void mic_dual_pdm_rx_decimate(
        in buffered port:32 p_pdm_mics,
        streaming chanend c_2x_pdm_mic,
        streaming chanend c_ref_audio[]);

Getting data from the mics is acheived as usual by calling mic_array_get_next_time_domain_frame.

Note: single threaded mic array is not compatible with mic_array_async_interface_enabled. (7b74de0)

andrewstanfordjason and others added 30 commits November 28, 2018 13:12
…reaks the test as it uses a channel resource instead)
…_pdm_muting

Merge updates from develop branch
# Conflicts:
#	lib_mic_array/src/mic_array_pair.xc
…array into mic_dual_test_mic_array

# Conflicts:
#	tests/test_mic_dual.py
@oscarbailey-xmos oscarbailey-xmos mentioned this pull request Nov 6, 2019
@andrewstanfordjason andrewstanfordjason merged commit e82b46f into xmos:develop Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants