7868d83ced
- Implemented a new Python script `mic_visualizer.py` that captures audio from a microphone and visualizes it in real-time. - Utilized SDL2 for audio capture and rendering, allowing users to see waveform and spectrum representations of the audio input. - Added command-line arguments for listing devices, selecting a capture device, and configuring window size and audio settings. - Included functionality for displaying audio levels and peaks, enhancing user experience with visual feedback.
15 lines
769 B
XML
Executable File
15 lines
769 B
XML
Executable File
<?xml version='1.0' encoding='utf-8'?>
|
|
<gameList>
|
|
<game>
|
|
<path>./mice.sh</path>
|
|
<name>Mice!</name>
|
|
<desc>Mice! is a strategic single-player game where you place bombs and mines to exterminate rats before they reproduce out of control. It features randomly generated mazes (DFS), sprite-based graphics, and sound effects. Inspired by the classic Rats! for Windows 95, this version is written in Python and uses a lightweight custom engine with SDL-style rendering. Created by Matteo Benedetto, a bored engineer.</desc>
|
|
<releasedate>20250818T000000</releasedate>
|
|
<developer>Matteo Benedetto</developer>
|
|
<publisher>Self-published</publisher>
|
|
<genre>Strategy, Puzzle, Action</genre>
|
|
<players>1</players>
|
|
<image>./cover.png</image>
|
|
</game>
|
|
</gameList>
|