Submitted by Leo_D517 t3_11xd1iz in MachineLearning
gootecks t1_jd6o1uo wrote
Really interesting project! Do you think it could be used to detect sound effects in games? For example, you press a button in the game which triggers an attack that makes a sound when it connects.
Leo_D517 OP t1_jd7vszp wrote
Of course, you can use audioFLux to extract features and then build and train models for the sound effects audio that needs to be detected.
Then, real-time audio features are extracted from the audio stream obtained by the microphone, and a trained model is used for prediction.
Viewing a single comment thread. View all comments