I think the WolframAudio folder for recordings and junk is in objectively the wrong folder. Currently it's at:
 
FileNameJoin@{$UserDocumentsDirectory, "WolframAudio"}
Since WRI is already forcing me to pollute my $UserDocumentsDirectory with a Wolfram Mathematica folder (sidenote: why can't this just be "Mathematica" or, much less desirably, "Wolfram"? I'd imagine a tech company would want to avoid whitespace in file paths...) I'd wish it could at least keep that pollution contained and put the audio in:
 
FileNameJoin@{$UserDocumentsDirectory, "Wolfram Mathematica",  "WolframAudio"}
That's what the new chat-system is already kind enough to do.