Re: Amper audio player for GNU/Linux and X11

2017-03-24 Thread ketmar via Digitalmars-d-announce
some updates: * region.txt support for skins; * reworked equalizer (smaller, faster); * background scanner for playlist items (Amper won't hang when adding alot of files to playlist anymore); * ID3v2 parser, so mp3s will have (some) metainfo too; * fully configurable global hotkeys (including h

Re: Amper audio player for GNU/Linux and X11

2017-03-20 Thread Kagamin via Digitalmars-d-announce
Also https://github.com/ldc-developers/druntime/blob/ldc/src/object.d#L48 may shed some light, but it sounds strange.

Re: Amper audio player for GNU/Linux and X11

2017-03-20 Thread Kagamin via Digitalmars-d-announce
dmd -m64 -c amper.d should work on 32-bit system too and compile to 64-bit code.

Re: Amper audio player for GNU/Linux and X11

2017-03-18 Thread ketmar via Digitalmars-d-announce
fixed some issues with 64bits compilation. tnx, NotSpooky! yet it is not possible to build 64bit Amper due to dmd bug: Error: undefined identifier '__va_list_tag' yes, exactly like that: no error line, nothing more. sorry, i don't have 64bit system, so i cannot do much with that. i tri

Re: Amper audio player for GNU/Linux and X11

2017-03-18 Thread ketmar via Digitalmars-d-announce
ketmar wrote: if you have all the pathes set right, "rdmd amper.d" will start Amper. quickfix: "rdmd -J. amper.d" ;-)

Re: Amper audio player for GNU/Linux and X11

2017-03-17 Thread ketmar via Digitalmars-d-announce
Guillaume Piolat wrote: There is a crazy amount of work here. Congrats ketmar. I've always been curious of what Amper looked like! tnx. it will be even more impressive with equalizer UI finished! ;-) there is no documentation on Amper console commands, but i can secretly tell you that user i

Re: Amper audio player for GNU/Linux and X11

2017-03-17 Thread Guillaume Piolat via Digitalmars-d-announce
On Friday, 17 March 2017 at 06:33:38 UTC, ketmar wrote: i'm announcing the project at this early stage to show that D can be used for "serious programs", including decoding various complicated audio formats and DSP processing, and for writing "fancy" UIs. please note that arsd.simpledisplay

Re: Amper audio player for GNU/Linux and X11

2017-03-17 Thread ketmar via Digitalmars-d-announce
Claude wrote: On Friday, 17 March 2017 at 06:33:38 UTC, ketmar wrote: * pure D audio code, no external decoder libraries required (and no SDL); * supports FLAC, Vorbis, Opus, MP3 playback; * various hardware sampling rates with transparent resampling of source audio; * multiband equalizer (th

Re: Amper audio player for GNU/Linux and X11

2017-03-17 Thread Claude via Digitalmars-d-announce
On Friday, 17 March 2017 at 06:33:38 UTC, ketmar wrote: * pure D audio code, no external decoder libraries required (and no SDL); * supports FLAC, Vorbis, Opus, MP3 playback; * various hardware sampling rates with transparent resampling of source audio; * multiband equalizer (the code is there,

Amper audio player for GNU/Linux and X11

2017-03-16 Thread ketmar via Digitalmars-d-announce
first, this is a weekend project to improve the underlying libraries, not a rival for existing audio/media players. yet it still may be of some interest. Amper is a WinAMP2/XMMS insipred player, with WinAMP2/XMMS skin support. it is using X11 for UI and ALSA for sound output. some ineresting f