stm32f469-usbaudio
stm32f469-usbaudio copied to clipboard
Enable 24-bit / 96kHz Hi-Fi PCM stereo audio output via USB Audio Class 1.0 asynchronous mode on STM32469I-Discovery · Volume and mute control implemented
我在DIY一个USB手机底座,底座上有3.5寸耳机转接插口 底座USB上用UAC1获取手机音频,现在可以用耳机听音乐了 但是手机插上底座后,如果不插耳机,声音也是传给USB底座了,没法从手机中直接播放 有没有办法做到插上耳机后才让手机把音频数据传过来? 也就是插上耳机的时候,底座播放;没插耳机的时候就禁用UAC手机自己播放音频? 目前想到断开USB重连,重新发一个新的Descriptor可以实现,但这样断开重连会打乱其他interface的数据传输。不知道UAC层面是否有方法实现这个功能?
On Android, all audio data are re-sampled automatically to maximum bit-depth and frequency that the USB soundcard supports, i.e. 24-bit / 96 kHz. Besides, volume control on Android is done...
This project looks extremely awesome! I'm curious what the general latency is like with it, and am curious if you've measured it at all. I think it would be a...
Di you think the speed can be increased for 193khz audio?
2ch dac for audio output. 2ch adc for microphone input. or more than 2ch if possible.
Thats all I Will to share with You an PCB design of the implementation of stm32F411 with Pcm5102A from other variant [Gerber files](https://drive.google.com/file/d/16NNwvrwQJbw5402ePAMmbVkY0LZwi2i0/view?usp=drivesdk)
Can i use this project code?