PCM2Wav-py
PCM2Wav-py copied to clipboard
PCM data (Ex. I2S), obtained with a logic analyzer, to Wav audio format converter
I was unable to install PCM2Wav==1.3 on some installations, and I narrowed down the cause to the fact that only a .egg file is available in PyPI for 1.3: https://pypi.org/project/PCM2Wav/1.3/#files...
Hi, Thanks for the great work. This software doesn't seems to work with the latest saleae-logic-alpha 2.3.13-1. There are two ways to export the data: Time [s] | Channel 0...
In Logic 2 the sequence of rows has changed and is as follows: 1. name 2. type 3. start_time 4. duration 5. channel 6. data This commit attempts to fix...
I'd like to convert Saleae logicpro pcm file to wav, But it shows some issue. 1. UnboundLocalError 'channels' File "D:\python_project\pcm2wav2\PCM2Wav\PCM2Wav.py", line 54, in _generate frame = self._calc_frame(channels) UnboundLocalError: local variable...
I have a board with a [pcm1753](https://imgur.com/2PLwSsv) on, I was told BCK, DATA, LRCK, but they're all right next to each other and very difficult to get the grabbers to...
not an expert in python, sorry. do I have to name the channels in csv file for the script to parse it? do I have to define the sample rate?...