add actual blow-into-mic sample that actually works

This commit is contained in:
Arisotura
2020-05-21 02:33:48 +02:00
parent 108647e033
commit f79583bf16
4 changed files with 5548 additions and 9 deletions

View File

@ -95,7 +95,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Noise will be forwarded to the emulated microphone, simulating blowing into the microphone.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>White noise</string>
<string>Blow noise</string>
</property>
</widget>
</item>

View File

@ -12,6 +12,7 @@ SET(SOURCES_QT_SDL
../Util_ROM.cpp
../Util_Audio.cpp
../FrontendUtil.h
../mic_blow.h
../../../melon.qrc
)