-
Notifications
You must be signed in to change notification settings - Fork 2
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
[WIP] Add non-container formats flac and wav #14
Conversation
Hi there,
thanks a stack for this contribution. Can we keep "SARASWATI_CONTAINER_FORMAT" as is and additionally add another parameter beforehand, called "SARASWATI_AUDIO_FORMAT"?
In this manner, we don't have to juggle and mess two different bits of information into the same option slot.
With kind regards,
Andreas.
…On 22 July 2021 00:45:59 CEST, MKO1640 ***@***.***> wrote:
currently not yet tested
You can view, comment on, or merge this pull request online at:
#14
-- Commit Summary --
* makeshift add non container formats flac and wav.
-- File Changes --
M CHANGES.rst (2)
M saraswati/cli.py (14)
M saraswati/model.py (2)
M saraswati/recorder.py (24)
M saraswati/setup/systemd/saraswati.default (6)
-- Patch Links --
https://github.com/hiveeyes/saraswati/pull/14.patch
https://github.com/hiveeyes/saraswati/pull/14.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#14
--
Sent from my mind. This might have been typed on a mobile device, so please excuse my brevity.
|
Just let me know if you still have time to implement my suggestion or if you would like to see myself taking over.
…On 22 July 2021 00:45:59 CEST, MKO1640 ***@***.***> wrote:
currently not yet tested
You can view, comment on, or merge this pull request online at:
#14
-- Commit Summary --
* makeshift add non container formats flac and wav.
-- File Changes --
M CHANGES.rst (2)
M saraswati/cli.py (14)
M saraswati/model.py (2)
M saraswati/recorder.py (24)
M saraswati/setup/systemd/saraswati.default (6)
-- Patch Links --
https://github.com/hiveeyes/saraswati/pull/14.patch
https://github.com/hiveeyes/saraswati/pull/14.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#14
--
Sent from my mind. This might have been typed on a mobile device, so please excuse my brevity.
|
Codecov Report
@@ Coverage Diff @@
## main #14 +/- ##
==========================================
- Coverage 35.57% 34.68% -0.89%
==========================================
Files 7 7
Lines 357 369 +12
==========================================
+ Hits 127 128 +1
- Misses 230 241 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Bugfix
I think I could do that. I think we should close this pull request and I'll create a new one when I'm ready. |
before I start to test and do a new pull request. Unfortunately i have not yet found a solution to bring this to my test system quickly and easily. |
Hi @MKO1640, your patch looks excellent. Just submit a PR and I will add some comments to it. With kind regards, P.S.: You can
For testing purposes, you might want to install it into a virtualenv which can be completely removed afterwards, like
|
I had tried before. think i have to look again for git.
|
Hm. Are you sure |
I believed that linux mint git is installed by default. |
Closing this in favor of #15. |
currently not yet tested