[fpc-pascal] Help me find a mp3 -> pcm audio data pascal implementation

2017-05-09 Thread Anthony Walter
Does anyone know if there exists an mp3 to pcm audio data implementation written in pascal? A few days ago the mp3 format became patent free. A such a few OSS people are writing native mp3 decoders, for example Red Hat. Now I am wondering if anyone has written an mp3 decoder (to pcm data) for free

Re: [fpc-pascal] SimpleIPC examples in docs

2017-05-09 Thread Graeme Geldenhuys
On 2017-05-08 06:17, nore...@z505.com wrote: > Or there > could already be an examples feature in the docs that I don't know > about. fpdoc already supports "Examples" for some years now - I use it very often in fpGUI and tiOPF's class documentation. A index of all help topics that contain exam

Re: [fpc-pascal] Threading vs Parallelism ?

2017-05-09 Thread Brian
I should have said "streaming" rather than "serial". True Parallelism is a long way off in the future , but a form of parallelism can be had using multiple CPU cores and hard affinity as described in the excellent article. http://www.ibm.com/developerworks/linux/library/l-affinity/index.html#downl