Question A script or application to generate voice before playing mp3 files

robert.prevost

Junior Member
Aug 29, 2025
1
0
6
I need a Windows 10 application or script, whether in CMD, PowerShell, or Python, that would batch-play the filename before each MP3 file is played, without the .mp3 extension. I don't know any programming languages. ChatGPT generated the script.
https://copy-paste.online/?code=3484
PowerShell says everything was generated successfully, but the MP3\out folder contains empty MP3 files. A proprietary application would be ideal, as long as it's virus-free and has a GUI interface so I don't have to fiddle with commands, but scripts are better than nothing.
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,660
4,602
75
This definitely feels like a thing you'll have to script. I don't recognize the scripting language, but have you checked the contents of "ffmpeg_error.log"?