Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Static on newly Ripped Flacs and MP3s (Read 4632 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Static on newly Ripped Flacs and MP3s

Reply #25
You can swap byte order in file(s) to check for endiannes problem.
This can be done with sox.

First convert to raw signed 16 bit
Code: [Select]
sox yourfile.flac newfile.s16
and then
Code: [Select]
sox -r 44100 -c 2 -x newfile.s16 newnewfile.wav