Re: [Faudiostream-users] ESP32 : Sampling Rate can only be 48k?

2021-01-18 Thread Meng Qi
Thank you Stéphane. I've joined the Slack channel and posted more detailed information. I'll also paste the information below : I am on ESP32-A1S, using Faust IDE + Arduino. AC101 library used is : https://github.com/thopman/AC101. I thought it may be the problem of the I2S sampling rate, but as

Re: [Faudiostream-users] ESP32 : Sampling Rate can only be 48k?

2021-01-18 Thread francesco mulassano
thanks Il giorno lun 18 gen 2021 alle ore 16:50 Stéphane Letz ha scritto: > > https://join.slack.com/t/faustaudio/shared_invite/zt-a624szlz-fL4v2DTR~ZGlI7wARryT7g > > > > Le 18 janv. 2021 à 16:27, francesco mulassano < > francesco.mulass...@gmail.com> a écrit : > > > > Hi! Can i have also the

Re: [Faudiostream-users] ESP32 : Sampling Rate can only be 48k?

2021-01-18 Thread Stéphane Letz
https://join.slack.com/t/faustaudio/shared_invite/zt-a624szlz-fL4v2DTR~ZGlI7wARryT7g > Le 18 janv. 2021 à 16:27, francesco mulassano > a écrit : > > Hi! Can i have also the link for the faust slack? > Thanks > > Il giorno lun 18 gen 2021 alle ore 15:38 Stéphane Letz ha > scritto: > How to

Re: [Faudiostream-users] ESP32 : Sampling Rate can only be 48k?

2021-01-18 Thread francesco mulassano
Hi! Can i have also the link for the faust slack? Thanks Il giorno lun 18 gen 2021 alle ore 15:38 Stéphane Letz ha scritto: > How to you produce and compile the C++ code? > > I’ve sent you an invite link on the Faust Slack channel. > > Stéphane > > > Le 18 janv. 2021 à 15:31, Meng Qi a écrit :

Re: [Faudiostream-users] ESP32 : Sampling Rate can only be 48k?

2021-01-18 Thread Stéphane Letz
How to you produce and compile the C++ code? I’ve sent you an invite link on the Faust Slack channel. Stéphane > Le 18 janv. 2021 à 15:31, Meng Qi a écrit : > > Hi, > > I am using ESP32 with Arduino. > > I've found out that if I use lower sampling rates than 48k when I initialize > the

[Faudiostream-users] ESP32 : Sampling Rate can only be 48k?

2021-01-18 Thread Meng Qi
Hi, I am using ESP32 with Arduino. I've found out that if I use lower sampling rates than 48k when I initialize the engine (e.g. (44100, 32)), the pitch would be lower and off-tune. Only at the sampling rate of 48k, it sounds in tune. How do I change the "real" sampling rate of the dsp engine?