If it's a helicopter like sound, with pulses about 30 times a second, then your problem is quite easy to solve.
Code:
defaults read com.cod3r.a52codec attemptPassthrough
If the result is 1, then you have passthrough permanently set (IIRC, ATVFiles will only disable this setting if it actually did the enabling). If passthrough is set, and the remaining setup is not done correctly, or your receiver does not understand the DD-WAV format, you will hear a noise like I described above. This can be disabled via:
Code:
defaults delete com.cod3r.a52codec attemptPassthrough
.
Bookmarks