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

initial fastlane structure #2

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p><i>phiola</i> is a fast audio player, recorder, converter for Windows, Linux & Android. Its low CPU consumption conserves the notebook/phone battery. You can issue commands to phiola via its CLI, TUI, GUI, system pipe and SDK interfaces. Its fast startup time allows using it from custom scripts on a "play-and-exit" or "record-and-exit" basis. It's completely portable (all codecs are bundled) - you can run it directly from a read-only flash drive. It's a free and open-source project, and you can use it as a standalone application or as a library for your own software.</p><p><br><b>Features:</b></p><ul><li>Play audio: <code>.mp3</code>, <code>.ogg</code>(Vorbis/Opus), <code>.mp4</code>/<code>.mov</code>(AAC/ALAC/MPEG), <code>.mkv</code>/<code>.webm</code>(AAC/ALAC/MPEG/Vorbis/Opus/PCM), <code>.caf</code>(AAC/ALAC/PCM), <code>.avi</code>(AAC/MPEG/PCM), <code>.aac</code>, <code>.mpc</code>; <code>.flac</code>, <code>.ape</code>, <code>.wv</code>, <code>.wav</code>. Note: on Android <i>phiola</i> can play only what your Android supports!</li><li>Record audio: <code>.m4a</code>(AAC), <code>.ogg</code>, <code>.opus</code>; <code>.flac</code>, <code>.wav</code></li><li>Convert audio</li><li>Input: file, directory, HTTP/HTTPS URL, console (stdin), playlists: <code>.m3u</code>, <code>.pls</code>, <code>.cue</code></li><li>List available audio devices</li><li>Command Line Interface for Desktop OS</li><li>Terminal/Console UI for interaction at runtime</li><li>GUI for Windows, Linux, Android</li><li>Instant startup time: very short initial delay until the audio starts playing (e.g. Linux/PulseAudio: TUI: ~25ms, GUI: ~50ms)</li><li>Fast (low footprint): keeps your CPU, memory & disk I/O at absolute minimum; spends 99% of time inside codec algorithms</li></ul>
Binary file added fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fast audio player, recorder, converter