Audio-Injector / Octo

Octo sound card - 8 channel output and 6 channel input sound cards
39 stars 3 forks source link

Octo sound card directly to fpga #5

Open gdragoi14 opened 6 years ago

gdragoi14 commented 6 years ago

Hi,

I want to connect the octo soundcard directly to an fpga board like a spartan7 via gpio/pmod (or other is there a better way?). I can obviously do this through an rpi connected to the fpga but i would prefer to do my audio processing without the extra hop. Is there any reason why this wouldn’t work?

Cheers, George

flatmax commented 6 years ago

On 08/04/18 02:36, George Dragoi wrote:

Hi,

I want to connect the octo soundcard directly to an fpga board like a spartan7 via gpio/pmod (or other is there a better way?). I can obviously do this through an rpi connected to the fpga but i would prefer to do my audio processing without the extra hop. Is there any reason why this wouldn’t work?

I think it can work. You will need to make sure you have the GPIO from here setup correctly : http://forum.audioinjector.net/viewtopic.php?f=9&t=1317 You will have to reference the machine driver setup for difference sampling rates. https://github.com/raspberrypi/linux/blob/rpi-4.14.y/sound/soc/bcm/audioinjector-octo-soundcard.c

I guess you will use i2c to control the codec ?

Cheers, George

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Audio-Injector/Octo/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AAq6B32vYluUBHHU7FP3tDJ7LsTA8Bhhks5tmOsNgaJpZM4TLJzO.

gdragoi14 commented 6 years ago

Awesome, thank you so much!! Can't wait to pick one or two of these up when they become available again

Cheers, George