Re: [Pharo-users] Moose install

2020-06-05 Thread VERHAEGHE Benoit
Hello, To install Moose, the easiest way is to use the Pharo Launcher. (it is under the "official distribution" category) To install Moose from an already existing image you can execute the following script: |Metacello new baseline: 'Moose'; repository: 'github://moosetechnology/Moose:develo

Re: [Pharo-users] Pharo-Sound

2020-05-14 Thread VERHAEGHE Benoit
Hello, I don't know what is exactly your problem. If you want I have developed a FFI binding to VLC. (https://github.com/badetitou/Pharo-LibVLC) So you can play any kind of audio file (or stream) from pharo. If you need help you can send me a direct

Re: [Pharo-users] Extracting MP3 metadata

2020-01-24 Thread VERHAEGHE Benoit
Hello, To read mp3 metadata you should rely on an id3 parser (https://en.wikipedia.org/wiki/ID3). I use/develop this one: https://github.com/pharo-media-center/id3-pharo You can also use the libvlc binding (https://github.com/badetitou/Pharo-LibVLC). I know we can use it to get the metadata,