All Projects → stkchp → pxtnplay

stkchp / pxtnplay

Licence: other
Play Pxtone Collage files in Linux or MacOS.

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to pxtnplay

danmaku-player
An HTML5 danmaku video player for real-time image processing using WebGl and Web Components.融合了webgl和web components的实时图像处理弹幕播放器
Stars: ✭ 40 (+33.33%)
Mutual labels:  player
Rise-Media-Player
One media player for everything you own or stream; whether it's music or videos, online or offline Rise Media Player does it all. And it's beautiful and native with the latest version of WinUI.
Stars: ✭ 600 (+1900%)
Mutual labels:  player
StickMan-3D
StickMan 3D: First Round | indie fighting game | C++ OpenGL
Stars: ✭ 60 (+100%)
Mutual labels:  player
zx tape player
Just another tape player has been written in Flutter for iOS and Android. The application is able to find tapes and theirs images using https://zxInfo.dk public API and upload them to ZX-Spectrum compatible computers by the audio output of the smartphone. Now it supports TAP and TZX tape images only.
Stars: ✭ 26 (-13.33%)
Mutual labels:  player
CBPlayer
一个内置P2P的神奇播放器
Stars: ✭ 60 (+100%)
Mutual labels:  player
VideoTimelineView
Video timeline UI for iOS Apps
Stars: ✭ 103 (+243.33%)
Mutual labels:  player
media-player
An modern, clean media player built using web technologies
Stars: ✭ 44 (+46.67%)
Mutual labels:  player
audioplayer editor
Audio Player ID3 editor add-on for the Audio Player in Nextcloud & ownCloud
Stars: ✭ 24 (-20%)
Mutual labels:  player
RecPlayer-iOS
A simple iOS application that records audio and plays it back. (+some animations)
Stars: ✭ 21 (-30%)
Mutual labels:  player
aplay-
a simple BitPerfect player
Stars: ✭ 23 (-23.33%)
Mutual labels:  player
audio-player
🎵 Music player with custom controls, playlist, filters, and search.
Stars: ✭ 137 (+356.67%)
Mutual labels:  player
angular-youtube-player
Simple youtube player created with angular and typescript. See demo.
Stars: ✭ 35 (+16.67%)
Mutual labels:  player
simple-cloud-music
简洁的的第三方网易云音乐播放器
Stars: ✭ 306 (+920%)
Mutual labels:  player
linux-show-player
Linux Show Player - Cue player designed for stage productions
Stars: ✭ 147 (+390%)
Mutual labels:  player
AudioThief
Let you gain and release AudioFocus.
Stars: ✭ 40 (+33.33%)
Mutual labels:  player
mpdevil
A simple music browser for MPD
Stars: ✭ 88 (+193.33%)
Mutual labels:  player
ptweb
An in-browser music player and visualizer for songs made in pxtone!
Stars: ✭ 23 (-23.33%)
Mutual labels:  pxtone-collage
somafm
📻 A SomaFM Desktop Player
Stars: ✭ 20 (-33.33%)
Mutual labels:  player
leaflet-react-track-player
This is plugin for react-leaflet. It create player for control of track. 🍃🌎⚔
Stars: ✭ 21 (-30%)
Mutual labels:  player
deplayer
Decentralized mediaplayer which runs entirely in the browser.
Stars: ✭ 14 (-53.33%)
Mutual labels:  player

pxtnplay

Overview

pxtone collage(.ptcop) player for linux or MacOS.

Description

Pxtone is original music format, written by STUDIO PIXEL.
pxtnplay can play music file(.ptcop) created by using Pxtone Collage. Enjoy!

pxtnplay-fs8

Installation

  • Requirement
    • Linux(kernel 2.32 or later) or MacOSX(confirmed 10.12 only)
    • c++11 compiler
      • gcc 4.8.1 or later
      • clang 3.3 or later
    • cmake
    • libao
    • libvorbis
 $ cmake .
 $ make

Gentoo Linux

 $ emerge cmake libao libvorbis
 $ git clone https://github.com/stkchp/pxtnplay.git
 $ cd pxtnplay
 $ cmake .
 $ make

MacOS

I use Homebrew in MacOS. Please install Homebrew and run below command.

 $ brew install cmake libao libvorbis
 $ git clone https://github.com/stkchp/pxtnplay.git
 $ cd pxtnplay
 $ cmake .
 $ make

Usage

Usage: pxtnplay [options] FILE
Play Pxtone Colage music files (.ptcop) in command line.

General Options
  -h --help        show this help and exit
  -v --version     show version and exit
  -q --quiet       no output

Play Option
  -B --buffer-size play buffer size (1-44100) [frame]
  -c --channels    channels         (1,2)
     --dummy       dummy output
  -r --rate        sample rate      (44100,22050,11025) [KHz]

Pxtone Options
  -l --loop        enable loop
     --fadein      enable fade in   (0-10000) [ms]
  -V --volume      change volume    (0-100) [%]

License

MIT

Author

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].