User talk:PeterSampson/Sand-Box
From Audacity Wiki
File (line) | Comment | Analysis |
---|---|---|
Open Project | ||
Export 16-bit WAV | ||
Export 32-bit float WAV | ||
Export MP3 @192 JS cont | ||
Export AAC | ||
Amplify | ||
Noise Reduction | ||
Import 30 minute 16-bit WAV | ||
Import 30 minute 32-bit float WAV | ||
Import 30 minute 192 MP3 | ||
Import 30 minute AAC | ||
Save 30 minute imported project | ||
effects\NoiseRemoval.cpp(193): | // FIX-ME: Should we check return value on Write? | Cleanspeech profile does not flag error if can't write file. |
export\ExportFFmpegDialogs.cpp(430): | // FIX-ME: Catch XMLFileWriterException | Writing presets does not check for file error. |
export\ExportFFmpegDialogs.cpp(447): | // FIX-ME: Catch XMLFileWriterException | Reading presets does not check for file error. |
widgets\Ruler.cpp(692): | // FIX-ME: We don't draw a tick if of end of our label arrays | Very minor. |
widgets\Ruler.cpp(752): | // FIX-ME: we shouldn't even get here if strPos < 0. | Minor. Worst outcome if there is a problem would be missing ticks. |
widgets\Ruler.cpp(804): | // FIX-ME: We don't draw a tick if of end of our label arrays | Cut and pasted code. |
widgets\Ruler.cpp(866): | // FIX-ME: we shouldn't even get here if strPos < 0. | Cut and pasted code. |
widgets\Ruler.cpp(981): | // FIX-ME: Surely we do not need to allocate storage for the labels? | Custom ruler annotation looks mildly expensive in terms of mallocs / frees. |