-
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
Feature Requests #31
Comments
Sir, will you please upgrade to the latest libopus version (1.5.x)? I thought to write here since you have listed many to-do's in one section so this was my one suggestion. |
Upgraded to opus-1.5.2. |
Does phiola as a player bypass the Android always-on 48kHz limit on bitrate, like UAPP or Onkyo HF Player? I want bit perfect at higher rates, proper rate switching ideally decode DSD and MQA without any form of conversion. If not yet, this is a feature request. LG V60 is my device, excellent audiophile DAP pretending to be a phone |
phiola uses default Android's AAudio API, and if you start the playback of a 96kHz audio file, phiola will ask the system to open an audio buffer at 96kHz sample rate, but in the end it's up to the AAudio subsystem to decide the actual sample rate. If the system still decides to use 48kHz, then it seems there's nothing more I can do. Therefore, it's highly unlikely that any sort of 'bypassing' will be implemented. BTW, you can see the actual sample rate in phiola debug logs (look for the line starting with |
Wishlist for CLI phiola.exe (SHIFT could be another key): |
I added new commands to v2.3-beta2. I decided to use different keys though. |
Thanks! |
@stsaz Hello, I would like to suggest the following feature for the
phiola record -aformat int16 -rate 44100 -channels 1 -o @stdout.raw | my_app --seconds 5 --bits 16 --rate 44100 --channels 1 I plan to use it as shown above. |
Why can't your program just parse .wav header? WAVE header is usually 44 bytes and can be parsed by several lines of code -- this will eliminate the need to pass audio format settings via CLI. |
Feature Requests
Playback
remote seek 1:00
(Feature request: Volume and recording with the remote command #52)Recording
play STREAM
andplay STREAM -tee FILE
modes (Feature request: Volume and recording with the remote command #52)Conversion
list sort
: remove duplicatesGUI
Random
across all listsAndroid
Windows
Known Bugs
The text was updated successfully, but these errors were encountered: