We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to design specifications for the audio processing of bzzzbz video synth.
Currently ADC chip with jack input seems the most reasonable option.
The text was updated successfully, but these errors were encountered:
E-mail Dr Porr to see if we can use external sound cards (hats) Research available hats (important 192kHz, price, in/out?)
Sorry, something went wrong.
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
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)
daviderovell0
deetrone
No branches or pull requests
We need to design specifications for the audio processing of bzzzbz video synth.
Currently ADC chip with jack input seems the most reasonable option.
The text was updated successfully, but these errors were encountered: