forked from happycube/ld-decode
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds hifi-decode UI, audio mode selection and native ld-ldf-reader input #125
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
…ecode Signed-off-by: Sebastian Wilwerth <[email protected]> # Conflicts: # vhsdecode/process.py
…ecode Signed-off-by: Sebastian Wilwerth <[email protected]> # Conflicts: # vhsdecode/process.py (solved)
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
# Conflicts: # cvbsdecode/process.py # vhsdecode/process.py
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: Sebastian Wilwerth <[email protected]>
…sync_locs for use in the case where they cannot be measured on the current field. Fixes some bad signal cases. Signed-off-by: Sebastian Wilwerth <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
# Conflicts: # README.md # gen_chroma_vid_ntsc.sh # vhs-decode # vhsdecode/addons/resync.py # vhsdecode/addons/vsyncserration.py # vhsdecode/chroma.py # vhsdecode/cmdcommons.py
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
# Conflicts: # hifi-decode # setup.py # vhsdecode/addons/FMdeemph.py # vhsdecode/cmdcommons.py
Fixes denominator limits that may cause bad samplerate conversion. Applies LogCompander.expand() only to sidechain signal. Signed-off-by: VideoMem <[email protected]>
Adds audio_rate param (not working yet) Signed-off-by: VideoMem <[email protected]>
Some speed optimizations. Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Adjusts block size for speed improvements. Adds gain/volume parameter Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
Signed-off-by: VideoMem <[email protected]>
# Conflicts: # vhsdecode/hifi/main.py
Since this adds some dependencies I'll hold off until I've published the next windows build |
…ows. Adjusts ld-ldf-reader detection logic. Signed-off-by: VideoMem <[email protected]>
JuniorIsAJitterbug
pushed a commit
to JuniorIsAJitterbug/vhs-decode
that referenced
this pull request
Feb 18, 2024
…put (oyvindln#125) * Audio sample_rate default is 44100 * Removes pyhht dependency from HiFi decode to make it portable to Windows. Adjusts ld-ldf-reader detection logic. --------- Signed-off-by: Sebastian Wilwerth <[email protected]> Signed-off-by: VideoMem <[email protected]>
JuniorIsAJitterbug
pushed a commit
to JuniorIsAJitterbug/vhs-decode
that referenced
this pull request
Feb 22, 2024
…put (oyvindln#125) * Audio sample_rate default is 44100 * Removes pyhht dependency from HiFi decode to make it portable to Windows. Adjusts ld-ldf-reader detection logic. --------- Signed-off-by: Sebastian Wilwerth <[email protected]> Signed-off-by: VideoMem <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Needs testing on Windows.
I don't know how it will look.