Guillaume Seznec

Results 12 comments of Guillaume Seznec

Note: * When qt (6) is installed, there's a lot of `Qt*` subdirectories under `/usr/local/include` * When v6 is not installed, there's no `Qt*` subdirectory under `/usr/local/include`

Today the qt homebrew is now 6.3.1. Hardware : Apple mac mini M1 OS : MacOS 12.3.1 (Monterey) ``` % brew info qt ==> qt: stable 6.3.1 (bottled), HEAD ```...

ok I understand ! - **master** branch -> **Qt5** - **next** branch -> **Qt6** my working commands : ``` brew install cmake mpg123 fftw git clone https://github.com/AlbrechtL/welle.io mkdir build cd...

I made a (very) light fork of welle.io. It's CLI only and customised for my needs. I also want to be DAB+ only compatible, so no need for MP2 support....

I just own an Airspy mini and would be happy to be able to acces it over my local network from welle.io client. The same way rtl_tcp can be used...

I also have this "bug" with 60min length .wav file (pcm / 16 bits / stereo / 48kHz). All is saturated in the json export (all values are -127,+128 in...

here is the WAV file (680Mb) : https://wetransfer.com/downloads/610d0c275f83bd1f3e2a179e798e7cc620220826153809/c0ed2c8d4f2dc0db25bd6a2441af8fb020220826153828/998fa7 command executed : ``` % audiowaveform -i audiowaveform-test.WAV -o audiowaveform-test.json --zoom 172800 --bits 8 --split-channels Input file: audiowaveform-test.WAV Frames: 172800000 Sample rate:...

Thanks for your reply. The command i use with ffmpeg is the following : ``` ffmpeg -y -i audiowaveform-test.WAV \ -f lavfi -i color=s=960x540:c=0x292933 \ -filter_complex \ "[0:a]showwavespic=s=960x540:colors=0xffffff:split_channels=1[waveform]; \ [1:v][waveform]overlay=0:0"...

Can you add some information about your MacOS version ? With MacOS Monterey 12.5.1 here are the commands I run to install the program : ``` % brew tap bbc/audiowaveform...

You could use a 3rd party software like Loopback https://rogueamoeba.com/loopback/ to route every apps to the output you want. It's not free, it's generic, it doesn't "overcome this issue" but...