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
HiFi Decode fixes and improvements #120
Merged
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]>
# Conflicts: # vhsdecode/process.py
cafc chroma filter sample rate fix. Removes chroma shift command line 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]>
# 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]>
JuniorIsAJitterbug
pushed a commit
to JuniorIsAJitterbug/vhs-decode
that referenced
this pull request
Feb 18, 2024
* Overrides file close method for stdin to do nothing. * Fixes crackling sound when reading from stdin. Adjusts block size for speed improvements. Adds gain/volume parameter * Adjusts block size for speed improvements. * Fixes bug in --preview parameter * Fixes bug in audio dc bias cancel 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
* Overrides file close method for stdin to do nothing. * Fixes crackling sound when reading from stdin. Adjusts block size for speed improvements. Adds gain/volume parameter * Adjusts block size for speed improvements. * Fixes bug in --preview parameter * Fixes bug in audio dc bias cancel 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
Labels
Audio
Related to HiFi-Decode or Audio Only Tapes
enhancement
New feature or request
in-process
Being actively worked on
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.
Adds --gain parameter to control overall audio volume.
Fixes a crackling noise when using stdin.
Tunes block size for improved decode speed.