I think I isolated some wave samples that don't look smooth. I will try fix
my code.
>
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus
So progressing with the program I've added the ability to both play songs
and record audio. Up to date source are in the github repository.
But I still have audio clicks and the waveform looks fine in Audacity. Here
are two links demonstrating the clicking or pops:
View and sound from Audacity:
h
When I redid TProcess for trunk, I saw some legacy FPC 2.6.x code in
utf8process (OLDTProcess define), I assume that can be cleaned up? It
mostly has to do with old manual unicode processing instead of FPC 3.0.0
automatic.
Does current trunk still support 2.6.4 ?
--