Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sound processing design #1

Closed
daviderovell0 opened this issue Jan 23, 2020 · 3 comments
Closed

Sound processing design #1

daviderovell0 opened this issue Jan 23, 2020 · 3 comments
Assignees

Comments

@daviderovell0
Copy link
Owner

We need to design specifications for the audio processing of bzzzbz video synth.

Currently ADC chip with jack input seems the most reasonable option.

@deetrone
Copy link
Collaborator

E-mail Dr Porr to see if we can use external sound cards (hats)
Research available hats (important 192kHz, price, in/out?)

@deetrone
Copy link
Collaborator

OG I2S specification:
https://web.archive.org/web/20080706121949/http://www.nxp.com/acrobat_download/various/I2SBUS.pdf

Pi as an oscilloscope (Kernel building stuff):
https://digibird1.wordpress.com/raspberry-pi-as-an-oscilloscope-10-msps/

Sticky thread on RPi forum re: I2S:
https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=8496&start=575#p604231

@deetrone
Copy link
Collaborator

I2S GPIO connections to TI PCM1808 ADC:

BCK/SCK - PCM-CLK-18 - pin8 on ADC (BCK)

WS/LRCLK/FS - PCM-FS 19 - pin7 on ADC (LRCK)

SDIN - PCMDIN 20 - pin9 on ADC (DOUT)

  • clock, SCKI on ADC which is the "fast clock"

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

No branches or pull requests

2 participants