Skip to content
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

Deal with duplicate TMarks #2

Open
fijam opened this issue Jul 7, 2021 · 1 comment
Open

Deal with duplicate TMarks #2

fijam opened this issue Jul 7, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@fijam
Copy link
Owner

fijam commented Jul 7, 2021

md-rec will insert a TMark at the end of a track and the recorder may insert another if it detects long enough silence resulting in duplicates. Two ways to deal with that:

  1. Just delete the extra TMarks manually later.
  2. Add a 2s silence track between all items on the playlist and let the player handle TMarks.

#2 needs a mode where no TMarks are entered programatically and empty track names are not entered.

@fijam fijam added the enhancement New feature or request label Jul 7, 2021
@fijam
Copy link
Owner Author

fijam commented Jul 7, 2021

Simple implementation in 6687961 use with ./md-rec.py --no-tmarks

The 2-second silent track must must be named Silence by artist Silence. Currently hard-coded, You can use https://github.com/fijam/md-rec/blob/main/silence.mp3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant