Re: [Scilab-users] Accessing sound device using java api from scilab

2019-11-06 Thread Chin Luh Tan
Hi, In some cases, close help page and launch it again would help thanks. CL On Wed, 06 Nov 2019 16:08:46 +0800 Antoine Monmayrant wrote Hello, I just installed it under 6.0.2. It seems that the help is not built properly ( i.e. I cannot find anything using

Re: [Scilab-users] Accessing sound device using java api from scilab

2019-11-06 Thread Antoine Monmayrant
Hello again, For a more positive feedback, I just parsed some of the xml help files to run some examples and they seem to work. I'll try to wrap my spectrum analyser demo around this. Thanks a lot. Antoine Le 06/11/2019 à 02:54, Chin Luh Tan a écrit : Hi all, We are pleased to announce

Re: [Scilab-users] Accessing sound device using java api from scilab

2019-11-06 Thread Antoine Monmayrant
Hello, I just installed it under 6.0.2. It seems that the help is not built properly ( i.e. I cannot find anything using "help audio_getLine" or other functions). Antoine Le 06/11/2019 à 02:54, Chin Luh Tan a écrit : Hi all, We are pleased to announce the release of Scilab Audio module

Re: [Scilab-users] Accessing sound device using java api from scilab

2019-11-05 Thread Chin Luh Tan
Hi all,  We are pleased to announce the release of Scilab Audio module for non blocking recording.  https://atoms.scilab.org/toolboxes/bytecode_audio/1.0 atomsInstall("bytecode_audio") Hi Samuel,  the source code hosted in github as stated in the atoms page, feel free to have a

Re: [Scilab-users] Accessing sound device using java api from scilab

2019-10-30 Thread Federico Miyara
Samuel, I too would appreciate direct recording from Scilab and also offer myself to test it! I currently record using Audacity, perhaps some code from Audacity could be reused (it is GPL) Regards, Federico Miyara On 30/10/2019 09:18, Samuel Gougeon wrote: Hello Antoine, Le

Re: [Scilab-users] Accessing sound device using java api from scilab

2019-10-30 Thread Claus Futtrup
Hi Samuel >FYI : i am currently supervising a students project about this I  work in an industry with audio, and I'm very interested in this. Please let us know how it ends. If there's any output midways, please post links. :-) Best regards, Claus On 30.10.2019 13:18, Samuel Gougeon wrote:

Re: [Scilab-users] Accessing sound device using java api from scilab

2019-10-30 Thread Chin Luh Tan
Hi  Samuel, I agreed that porting the portaudio might not be priority as from what i understand,  it is quite hard to make it non blocking recording.  Infact we just made a module base on java for non blocking recording,  and it was planned to released in a week or 2. There are more room

Re: [Scilab-users] Accessing sound device using java api from scilab

2019-10-30 Thread Samuel Gougeon
Hello Antoine, Le 30/10/2019 à 10:14, Antoine Monmayrant a écrit : Hi all, For a small demo project, I am trying to show both the temporal signal and the spectrum of the sound recorded by the microphone of my laptop. I managed to hack together a proof of principle that relies on the linux

[Scilab-users] Accessing sound device using java api from scilab

2019-10-30 Thread Antoine Monmayrant
Hi all, For a small demo project, I am trying to show both the temporal signal and the spectrum of the sound recorded by the microphone of my laptop. I managed to hack together a proof of principle that relies on the linux command "arecord" and uses "unix_g" scilab function. I would be happy to