Re: [fpc-other] fpc and voip.

2017-02-04 Thread Fred van Stappen
Hello. Here demo of opus encoder. It is the translation in fpc of opus_trivial_example.c https://sites.google.com/site/fredvsbinaries/opus_demo.tar.xz It opens a pcm buffer, encodes it, does some dsp (convert little-endian<>native-endian) and saves the decoded pcm to file. Opus libraries for

Re: [fpc-other] fpc and voip.

2017-02-08 Thread Fred van Stappen
l 08/02/2017 a las 14:25, Fred van Stappen escribió: > My knowledge in web-server things are too poor to attack the > streaming-server part of voip. > Hello, Streaming is different (when well done) than simple http file send. To send audio as a regular http transfer the web engine must pro

Re: [fpc-other] fpc and voip.

2017-02-08 Thread Fred van Stappen
e : fpc-other-boun...@lists.freepascal.org <fpc-other-boun...@lists.freepascal.org> de la part de Fred van Stappen <fi...@hotmail.com> Envoyé : mercredi 8 février 2017 19:11 À : Other FPC related discussions Objet : Re: [fpc-other] fpc and voip. _

Re: [fpc-other] fpc and voip.

2017-02-08 Thread Fred van Stappen
Hello. Here updated demo of translated opus_trivial_example.c into pacal: https://sites.google.com/site/fredvsbinaries/opus_demo.tar.xz This demo uses opus_encoder_ctl (that was not implemented in previous version). The program shows how to use the encoder of opus. For playing-decoding opus

Re: [fpc-other] fpc and voip.

2017-02-04 Thread Fred van Stappen
De : fpc-other-boun...@lists.freepascal.org <fpc-other-boun...@lists.freepascal.org> de la part de Lars <nore...@z505.com> Envoyé : samedi 4 février 2017 11:53 À : Other FPC related discussions Objet : Re: [fpc-other] fpc and voip. On Thu, February 2, 2017 4:09 pm, Fred van S

[fpc-other] fpc and voip.

2017-02-02 Thread Fred van Stappen
Hello. Welcome to continue the discussion initiated in f...@lists.freepascal.org. Hum, what did we say? Ha yes, about the sample rate of Opus codec: 48k that is used by mainly all converter by default. But yes, Opus can deal with rate of 8000, 12000,

Re: [fpc-other] fpc and voip.

2017-02-03 Thread Fred van Stappen
De : fpc-other-boun...@lists.freepascal.org de la part de Graeme Geldenhuys Envoyé : vendredi 3 février 2017 10:17 À : fpc-other@lists.freepascal.org Objet : Re: [fpc-other] fpc and voip. Hi Fred, I didn't follow the

Re: [fpc-other] fpc and voip.

2017-02-10 Thread Fred van Stappen
>> I see IceCast that is from the same developer Xiph.Org Foundation >> than Opus codec and >> there is also a fpc-icecast package. > Starting with an iceCast server is a good starting point to understand > the background. I think fpc-icecast

Re: [fpc-other] How to set library search path ?

2017-03-13 Thread Fred van Stappen
Hello and thanks to Silvio, z505, Giuliano. > Did you try the TProcess.Environment? :-) Of course but, afaik, it is not what I want. I will try to explain with a concrete example (but I have much other in same case). A project (uos) use c libraries. Mainly all that libraries are "run-alone"

Re: [fpc-other] How to set library search path ?

2017-03-13 Thread Fred van Stappen
...@gmail.com>> wrote: On Mon, Mar 13, 2017 at 8:04 AM, Fred van Stappen <fi...@hotmail.com<mailto:fi...@hotmail.com>> wrote: Hello and thanks to Silvio, z505, Giuliano. [...] And this is the challenge, how to load that dependeny if they are not in the lib-system directory.

Re: [fpc-other] StrumPract, the Swiss knife of musicians.

2017-07-25 Thread Fred van Stappen
> Guess it depends on how long each lesson lasts! Sincerely, I never found somebody who can do the lesson 3 directly. But, that is the magic of humans, if you do it slowly, try to do 4 loops without errors and still counting loud, (+- 5 minutes), the next day, after a night of dreaming

Re: [fpc-other] StrumPract, the Swiss knife of musicians.

2017-07-24 Thread Fred van Stappen
> Does it have anything to do with MIDI? No, all is done with wav files coupled with a endless sine wave. > p.s. "learn to play drums in 4 lessons".. okay but I am a drummer and it ok > me a little longer than that ;-) Huh. of course. I am a drummer too but I have to say that (long time

Re: [fpc-other] Using ideU for beginners

2017-05-28 Thread Fred van Stappen
De : fpc-other de la part de Paul Breneman Envoyé : dimanche 28 mai 2017 23:46 À : fpc-other@lists.freepascal.org Objet : Re: [fpc-other] Using ideU for beginners On 05/28/2017 09:14 AM, Paul Breneman wrote: > I got a little

Re: [fpc-other] Using ideU for beginners

2017-05-29 Thread Fred van Stappen
>I'll try to figure out how to do things first on my 64-bit Xubuntu 16.04 for a >console program. Hello Paul. I have try with console program on Linux Mint 64 ---> no problem, works perfectly. Please take a look at this video: