-
Notifications
You must be signed in to change notification settings - Fork 7
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
Background recording CLI not working #37
Comments
Hi! I think I need to add logging to a file, otherwise we can't see how and why phiola fails in background mode. |
Thanks for checking. Indeed I cannot reproduce it now. Perhaps I didn't realize that the output file had already existed. Sorry for the false alarm. Three lead-in questions if you wouldn't mind (if you wish me to post them somewhere else, let me know):
As it stands, phiola works like a dream for my usage scenario. Thanks for making it available. On a side note, are there "sponsorship" or PayPal links for any monetary gestures of appreciation in relation to this tool? |
Probably WMP expects some data within a .mp4 file, but phiola doesn't put it there. Thanks for the info!
Of course there is, pass
That's what
I'm afraid not at this moment, just because I live in Russia :) |
Thanks very much for letting me know about the |
Added in v2.1-beta3
It turns out this feature is not easy to add. It will require for |
On Windows, I get an error message with the option -f
|
I spent some time trying to figure out the root cause, but no luck. |
Thanks for following up on that. It is moot in my case as the recorded m4a/mp4 files by phiola can be parsed by OpenAI for transcription just fine. Also VLC can play the recording back as well. So in essence, it is currently inconsequential for me that WMP or Windows Voice Recorder do not play nice with the recordings. |
Thanks for this little gem first of all.
I am not getting success with the following command with full paths (I am using it entirely portably):
C:\Users\username\Documents\phiola-2.0.24-windows-x64\phiola-2\phiola.exe -Background record -o C:\Users\username\Desktop\Recording.m4a -remote
Did I miss something? I thought I was following the documentation to a tee:
Appreciate any help you can give.
P.S., it seems that the following works, interestingly:
C:\Users\username\Documents\phiola-2.0.24-windows-x64\phiola-2\phiola.exe -Background -Debug record -o C:\Users\username\Desktop\Recording.m4a -remote
Not sure why.
The text was updated successfully, but these errors were encountered: