Skip to content

Ultra sound card - 192khz, 24 bit, microphones and balanced line addon.

Notifications You must be signed in to change notification settings

Audio-Injector/Ultra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

If you want to discuss these products, or topics around hearing, acoustics and audio, join the audio injector email list.

Auto Setup

Coming soon !

Manual Setup

Make sure you have a recent enough firmware which includes the Ultra 2 machine driver + cs4265 codec driver updates :

sudo rpi-update

Edit your /boot/config.txt file to disable dtparam=audio (the # below comments it out):

#dtparam=audio

Edit your /boot/config.txt file to enable the Ultra's device tree overlay :

dtoverlay=audioinjector-ultra

Manual Setup bash command script :

sudo rpi-update
# firstly disable PWM audio
sed -i \"s/^\s*dtparam=audio/#dtparam=audio/\" /boot/config.txt
# now check to see the correct device tree overlay is loaded ...
cnt=`grep -c audioinjector-ultra /boot/config.txt`
if [ "$cnt" -eq "0" ]; then
  echo '# enable the AudioInjector.net sound card
  dtoverlay=audioinjector-ultra' >> /boot/config.txt
fi

Hardware Assembly

A video showing how to assemble the Ultra 2 sound card :

Audio Injector Ultra 2 assembly video

Check out our other products :

http://audioinjector.net

https://shop.audioinjector.net

Spectrogram example

Thanks to Hystrix for this spectrogram ... Hystrix spectrogram

About

Ultra sound card - 192khz, 24 bit, microphones and balanced line addon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published