Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-08 Thread fredvs
> Done, Perfect. I will create a new topic about MSE pcaudio. Many thanks. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ -- Check out the vibrant tech community on one of the world's most

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-07 Thread Martin Schreiber
On 03/07/2018 01:39 PM, Martin Schreiber wrote: > I'll try to make a separate pcaudiolib.dll. > Done, https://sourceforge.net/projects/mseuniverse/files/eSpeakNG/ An example is here: https://gitlab.com/mseide-msegui/mseuniverse/tree/master/samples/audio/pcaudio The sine wave generator is maybe

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-07 Thread fredvs
> I'll try to make a separate pcaudiolib.dll. Yep, super. ;-) And, by the way, you have a new fan (me) for your https://gitlab.com/mseide-msegui/pcaudiolib project. Fre;D PS: pcaudiolib-ng ? ;-) -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-07 Thread Martin Schreiber
On Wednesday 07 March 2018 12:46:11 fredvs wrote: > Re-hello. > > Huh, Martin, do you have a Windows compiled-binary of your extended > pcaudiolib.dll ? It is statically linked in espeak-ngwo.dll. > (Yes, I do not have lot of courage to try to compile it with Visual > studio). > I'll try to make

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-07 Thread fredvs
Re-hello. Huh, Martin, do you have a Windows compiled-binary of your extended pcaudiolib.dll ? (Yes, I do not have lot of courage to try to compile it with Visual studio). This to do some Pascal test. Thanks. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-07 Thread fredvs
> Yes, the quality of the sound is not yet the best, I have to explore how to tune it. OK, the sound quality is perfect now. Update Sine-Wave demo with format integer 16, integer 32 and float 32 bit. https://github.com/fredvs/pcaudiolib_pas Fre;D -- Sent from:

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-05 Thread fredvs
Hello Martin. > You are right... ;) In attachment, Pascal dynamic-loading header of audio.h. Included also a Pascal demo of a sine-wave produced by libpcaudio.so.0. (binary for Linux 64 incuded) Yes, the quality of the sound is not yet the best, I have to explore how to tune it. But it

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-03 Thread Martin Schreiber
On Friday 02 March 2018 00:29:49 fredvs wrote: > > So, IMHO, portaudio is not ever used anymore (and README.md should be > updated). > You are right, pcaudiolib/source/src/audio.c: " struct audio_object * create_audio_device_object(const char *device, const char

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-01 Thread fredvs
> pcaudiolib calls portaudio if requested. Are you sure ? In README.md, line 187: Audio Output Configuration The following `configure` options control which audio interfaces to use: | Option | Audio Interfaces | Default | |-|--|-|

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-01 Thread fredvs
> pcaudiolib calls portaudio if requested. What do you mean ? -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-01 Thread Martin Schreiber
On Thursday 01 March 2018 18:19:14 fredvs wrote: > Oooops, a invasion of my same message, sorry for this... > > >pcaudiolib is a small library which provides cross platform audio support > > like portaudio > > https://github.com/espeak-ng/espeak-ng/issues/413 > pcaudiolib calls portaudio if

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-01 Thread fredvs
Oooops, a invasion of my same message, sorry for this... >pcaudiolib is a small library which provides cross platform audio support like portaudio https://github.com/espeak-ng/espeak-ng/issues/413 Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-01 Thread Martin Schreiber
On Thursday 01 March 2018 17:32:14 Fred van Stappen wrote: > > Your Ubuntu installation or your repository setup seems to be broken. > > Maybe ;( > > Did you try with a up-to-date Debian OS ? : > > sudo apt-get install espeak-ng > > Does it install espeak-ng ? > I don't have Debian. > >

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-01 Thread Martin Schreiber
On Thursday 01 March 2018 13:11:09 fredvs wrote: > > Also for the quality of sound, my ears prefer the result of espeak vs > espeak-ng. > Which OS? On Windows there is a problem with not double buffered audio driver. Please use "espeak-ngwo.dll" from here

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-01 Thread fredvs
> Your Ubuntu installation or your repository setup seems to be broken. Maybe ;( Did you try with a up-to-date Debian OS ? : sudo apt-get install espeak-ng Does it install espeak-ng ? > Suggestion: build and install it from source. Yes, I did it already. And after (lot of) tips,

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-01 Thread fredvs
> Your Ubuntu installation or your repository setup seems to be broken. Maybe ;( Did you try with a up-to-date Debian OS ? : sudo apt-get install espeak-ng Does it install espeak-ng ? > Suggestion: build and install it from source. Yes, I did it already. And after (lot of) tips, espeak-ng

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-01 Thread Fred van Stappen
> Your Ubuntu installation or your repository setup seems to be broken. Maybe ;( Did you try with a up-to-date Debian OS ? : sudo apt-get install espeak-ng Does it install espeak-ng ? > Suggestion: build and install it from source. Yes, I did it already. And after (lot of) tips, espeak-ng

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-01 Thread Martin Schreiber
On Thursday 01 March 2018 13:11:09 fredvs wrote: > > > Your espeak-ng ./configure shows: > > Yes. > > But following: > https://www.devmanuals.net/install/ubuntu/ubuntu-17-04-lts-Zesty-Zapus/inst >alling-espeak-ng-on-ubuntu17.04.html > > sudo apt-get install espeak-ng (the "classical" way to

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-01 Thread fredvs
> OK, you don't want a list of MSEgui features but a list of > Unix/Linux/desktop-environment/graphical-environment - features of a given > installation. Yeeep, you get it. ;) > That is a big task and out of scope of MSEgui I fear. I can't help you > here. OK, no problem, I am a warrior

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-01 Thread Martin Schreiber
On Thursday 01 March 2018 10:55:46 fredvs wrote: > > But that is completely unrelated to Free Pascal and MSEgui? Usual Free > > Pascal > > > projects don't need a complex build environment like usual gcc projects > > do. > > Please Martin... > Of course I know that. > > The idea was to give a

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-03-01 Thread fredvs
> But that is completely unrelated to Free Pascal and MSEgui? Usual Free Pascal > projects don't need a complex build environment like usual gcc projects > do. Please Martin... Of course I know that. The idea was to give a script or program that will check the unix system and give a list of

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-02-28 Thread Martin Schreiber
On Wednesday 28 February 2018 23:04:43 fredvs wrote: > > Can you be more specific? > > OK, I will try. > > Here, for example the result of configure for espeak-ng: > > fred@fred-Lenovo-YOGA-300-11IBY ~/espeak-ng-master $ ./configure > checking for a BSD-compatible install... /usr/bin/install -c >

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-02-28 Thread fredvs
> Can you be more specific? OK, I will try. Here, for example the result of configure for espeak-ng: fred@fred-Lenovo-YOGA-300-11IBY ~/espeak-ng-master $ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-02-28 Thread Martin Schreiber
On Wednesday 28 February 2018 13:25:52 fredvs wrote: > Hello Martin. > > OK, I suppose that mse does this "pre-configure" at loading of each > application. > I suppose too that the program check what kind of windows manager is used, > what atoms can be used, etc... > > > Which default parameters?

Re: [MSEide-MSEgui-talk] MSE and ./configure

2018-02-27 Thread Martin Schreiber
On 02/20/2018 05:40 PM, fredvs wrote: > Hello. > > There is a **very** high number of different Unix distros, widget-set, > window-manager, etc,... > Same for Windows versions. > > So, could it not be possible to have a king of ./configure (same idea that > used for compiling C programs) loaded

[MSEide-MSEgui-talk] MSE and ./configure

2018-02-20 Thread fredvs
Hello. There is a **very** high number of different Unix distros, widget-set, window-manager, etc,... Same for Windows versions. So, could it not be possible to have a king of ./configure (same idea that used for compiling C programs) loaded at begin or before the app, that will check all the