Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Remy

Pages: 1 [2] 3 4 ... 44
16
Applications / Re: David's Doodles
« on: January 18, 2024, 08:24:46 pm »
Hi David,
I sent you a PM.

I do not see it.  Did you send it to

dwgras at swbell dot net

under you os2world pm

17
Applications / Re: David's Doodles
« on: January 17, 2024, 04:18:25 pm »
Hi David,
I sent you a PM.

18
Applications / Re: Test build of dooble with qt5
« on: January 16, 2024, 04:14:16 am »
I could reduce near 8% of Dooble low shared storage use after setting following dll highmem
What I see is when dooble is up and first page loaded (qwant lite in my case), about 10Mb of low storage are taken !
It is not a lot but it allow to work safer with other pgms
The one using a lot of storage : libcn0 but can not be set to highmem or many problem may occur   
crypt011 <--  highmem
avform58 <-- highmem
avutil56 <--  highmem
glib20.dll <-- highmem
icu*.dll <-- highmem
unistri2 <-- highmem
gtls30 <-- highmem
ssl10 + ssl11) <-- highmem

 

19
Applications / Re: Test build of dooble with qt5
« on: January 15, 2024, 04:33:51 pm »
Mark various DLL's to load high. Start with "highmem -c \usr\lib\Qt5*dll"

Was already done but idn't change the low shared storage utilization

20
Applications / Re: Test build of dooble with qt5
« on: January 11, 2024, 10:41:13 am »
Q: how to make Dooble not use 50Mb low shared storage ?

21
Multimedia / Re: MMIO high storage utilization !
« on: January 06, 2024, 04:13:47 am »
Here's the thread, https://www.os2world.com/forum/index.php/topic,3174.0.html
Guess someone should raise an issue and get Gregg to rebuild them with Paul's changes.

Right, i forgot this thread.
Thanks


FYI: AVxCAT V2.1.0 is under test and very close to be GA ...
        For those interested to test it, in addition with bug corrections, several new minor functions where added (download album-art by Discid, add EA's album-art icon nice to see the album cover instead of a generic music icon under WPS etc... FLAC, ALAC, AIFF etc...) and more, please send me a private message if interested to.

22
Multimedia / Re: MMIO high storage utilization !
« on: January 06, 2024, 03:42:27 am »
The official home is at https://trac.netlabs.org/mmcodecs/wiki where a ticket could be filed.
I seem to have alternate mmioFLAC.dll labeled Paul, I'll attach for testing purposes. I can't remember anything about it.

Hi Dave !
You are the best.
This mmioFlac only uses 1Mb ans storage is get back at stop time like when playing wav (from under WPS folder). Good
I didn't notice error during the test and will continue testing it.
Thanks

23
Multimedia / Re: MMIO high storage utilization !
« on: January 06, 2024, 03:27:34 am »
Hello

Are you talking about mmioFLAC that cames in MMAudioPack?
- https://github.com/OS2World/MM-SOUND-MMAudioPack

Regards

ArcaOS installed

24
Multimedia / Re: MMIO high storage utilization !
« on: January 06, 2024, 01:50:46 am »
It all depends on how the IOProc is written.
You can load the whole FLAC file and convert into a WAV file and hold the result in memory. That makes it easy to implement seeks,reads and writes on the converted file (which is necessary as the MMOS2 can really only play/record WAV files). But it comes at a high cost in memory as WAV needs a lot of memory.
The alternative is to work blockwise, if the source format (FLAC in this case) is organized in this way because then, only a block of input data has to be converted but not the whole file. This is more memory friendly but also more difficult to implement (think about a seek half way into the WAV converted file: what would that location match in the FLAC source file?)
I suspect that the FLAC IOProc makes use of a library that is meant to convert a complete FLAC file into a WAV file and therefore that would match the first approach.

Storage should be released at stop play than but I suppose this is an old WPS issue... (due WPS restart releases the storage)
I plaied wav too but I didn't notice any abnormal storage use compared to flac. Next, I created a M3U list of flac and start playing this list from WPS. No extra storage used by this way !

25
Multimedia / Re: MMIO high storage utilization !
« on: January 06, 2024, 12:57:12 am »
I did more tests.
In fact, there is a problem with flac mmio ! only playing this type of codec makes WPS use 33Mb shared low storage.
flac is today the best option between lower files size without losing quality.

Is there someone which could have a look on this MMIO issue ? 

26
Applications / Re: Test build of dooble with qt5
« on: January 05, 2024, 11:52:54 pm »
It seems that Dooble is unable to pass cloudflare security !
https://realclimatescience.com/2022/11/nasa-noaa-us-data-tampering

27
Applications / Re: ArcaOS 5.1 - First Impressions
« on: January 05, 2024, 11:35:52 pm »
DeepL is giving better translations than Google translate in my opinion.
Mike

In most cases, I agree

28
Multimedia / MMIO high storage utilization !
« on: January 05, 2024, 03:48:28 pm »
Hi,

I just saw something strange.
Playing an audio file directly under WPS uses nearly 30Mb of private low storage.
Playing the same audio file using PM123, no reduced free storage

In my case, the audio file is a FLAC file with include albumart + EA's album art icon

To get back the storage, I do WPS restart.

Did any see this symptom ?

29
Programming / Re: Bigicons
« on: January 04, 2024, 10:59:59 am »
Don't download anymore of the themes.  There will be one more update for all.  Found a few more things I missed.  I also found answers to some major problems that have alluded me.  In the next releases, all the old OS/2 icons should be replaced.  If there are some that don't update, reset the program object for those.  It should no longer be a mix of old and new icons.  I am slowly going through all the themes.   It may be a few days before I upload.  Guys, I am thrilled.  These few remaining problems have eluded me for months.  I think you will like all the major corrections.

I want a little input.  I am thinking about changing the network drive icon.  I uploaded a  pic of the another that can be used.  Which icon do you prefer. the old or the new?

I can add some of the samba icons to the packages if you want.  If so, I need the *.exe for the restart samba, start samba, and stop samba to assign icons to.

Hi David,

I would say that 80a is very nice for local network drives while 80 for remote network drives (e.g. in cloud)

30
Applications / Re: Test build of dooble with qt5
« on: December 26, 2023, 04:20:04 am »
works very good here
stable and very fast compared to the previous build (faster than firefox)

Pages: 1 [2] 3 4 ... 44