Re: Processing WAV file sample data

2022-10-18 Thread Paul Dupuis via use-livecode
ffmpeg will do this. While a video tool, it has robust capabilities for manipulating audio track or just audio files. In one of the Livecode Global problem solving sessions this summer examples of using ffmpeg from LC was demonstrated and the sample stack is available if you subscribed to the

Re: Processing WAV file sample data

2022-10-18 Thread jbv via use-livecode
Hi, I have been working on something similar : a stack that reads samples from wav mono files and displays waveforms in a graphic control. It works on Mac & Windows, but I haven't used it for a year, and AFAIR the code isn't too clean... Le 2022-10-18 07:10, Peter Reid via use-livecode a écrit 

Processing WAV file sample data

2022-10-18 Thread Peter Reid via use-livecode
Hi I'm developing a project that will manipulate WAV files. The source files will be in the following form: - WAV stereo (2-ch), 48kHz, 16bit 16kbit, 2-15 secs duration, uncompressed The output will be a series of chunks from the source files, each being WAV mono (1,2,3,4 channe