Chad Page
Chad Page
If you can put a sample up and the decoding settings you used, I'll (hopefully) look at adding an optional second deemphasis filter this wekend.
Yeah, I see the ringing there... this is a relatively low quality (albeit rot-free) disk (32dB SNR) with hints of crosstalk in the blue area. Got an lddb link to...
Take a look at branch chad-2023.10.07-deemp please - I cleaned up the deemphasis options and you now provide RF frequency in mhz for low-high values. In your case I think...
I've added a --deemp_strength option that _actually_ changes the level of deemphasis provided. (EDIT: i just fixed this, the first checkin set the default to 0 which really messes things...
I think you'ld have to add silence to the ac3 file itself. I originally thought it'd be very tricky, but some googling found https://superuser.com/questions/579008/add-1-second-of-silence-to-audio-through-ffmpeg .
Thanks, I'm looking at this one. I don't have any specific ideas to fix it yet, but it's definitely failing in the earlier stages, probably due to filtering equialization issues...
Prompt: Create a list of possible name changes for better consistency and PEP-8 compliance in https://raw.githubusercontent.com/happycube/ld-decode/master/lddecode/core.py Based on my analysis of the code from the provided link, here are some...
Trying out Claude Opus for a bit: --- Here are some suggestions for improving the code in the attached Python file: 1. Use more descriptive variable names instead of single...
Several functions in this code are quite complex and could benefit from more detailed comments or refactoring to improve readability. Here are a few that stand out: 1. `decodefield` (Line...
And here's how gemini pro 1.5 replied to "How can this code be improved?": Potential improvements for the LDdecode code: This code seems well-structured and utilizes various optimization techniques like...