Skip to content

zanellia/audioprocessor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32F746 Discovery Kit: Audio Processor

Adapted from https://github.com/bootladder/audioprocessor.

Note: Just in case someone else finds this useful, I figured that a simple pass-through for the STM32F746G-DISCO can be obtained adapting https://github.com/STMicroelectronics/STM32CubeF7/blob/master/Projects/STM32746G-Discovery/Examples/BSP/Src/audio_loopback.c from the STM32Cube repo. It mostly requires changing this line https://github.com/STMicroelectronics/STM32CubeF7/blob/master/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_audio.c#L893 such that it allows INPUT_DEVICE_INPUT_LINE_1 too and fixing the gain of the wm8994 codec here https://github.com/STMicroelectronics/STM32CubeF7/blob/master/Drivers/BSP/Components/wm8994/wm8994.c#L310 from 0x0035 to 0x0025 (both right and left channel).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.7%
  • C++ 3.0%
  • Assembly 0.7%
  • AMPL 0.2%
  • CMake 0.2%
  • Python 0.2%