Search found 1 match
- Sun Nov 14, 2010 3:22 pm
- Forum: GNU/Linux and Unix-like
- Topic: Audacity and Gnome Wave Cleaner
- Replies: 8
- Views: 3593
Re: Audacity and Gnome Wave Cleaner
gwc uses libsndfile for all it's audio I/O, so any file format that libsndfile understands can be read by GWC. That's a lot of file formats, and libsndfile is pretty well tested. I'd bet there is something not quite right about a wav file that libsndfile cannot parse, usually it's the header that ha...