求推荐廉价STM32输出wav音频方案

2019-12-09 20:04发布

我要做的东西只需要能播放存在Flash或者直接在MCU里软件生成的,非常简单而且时间短的声音,比如虫子叫动物叫等,声音效果不需要很好(单声道,驱动0.5瓦扬声器即可)
我个人想法:
1. STM32直接DAC外接功放,但不知道带DAC的STM32最便宜的是哪个型号,功放芯片什么合适(一个小功率单声道功放即可),8002行不行
2. 带I2S的STM32,直接接音频芯片,但我估计这个方式成本太高,而我不需要MP3解码
存储我打算先看STM32的flash够不够,不够再加SPI Flash。
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
47条回答
Divingbear
2019-12-14 08:27
本帖最后由 Divingbear 于 2016-6-2 18:08 编辑

BTL (bridge-tied load) — an output configuration for power amplifiers, used mainly in audio applications.
The load (for example, a speaker) is connected between two amplifier outputs, bridging the two output
terminals. This can double the voltage swing at the load (compared with SE amplifier operation) if the
outputs are driven in opposite phases.
SE (single-ended) — signaling that is the simplest method of transmitting electrical signals over wires.
One wire carries a varying voltage that represents the signal, while the other wire is connected to a
reference voltage, usually ground. The alternative to single-ended output configuration is the bridge-tied
load (BTL) configuration. SE signaling is less expensive to implement; however the signal cannot be
transmitted over long distances or quickly, it has poorer low-frequency response, and a smaller voltage
swing (compared to the BTL amplifier operation).

一周热门 更多>