Hi guys,
has anybody some further advise?
Search found 5 matches
- Today 12:58
- Forum: DSP and Audio Software
- Topic: EQ Plugin Loading, Activating 7 Chan EQ
- Replies: 6
- Views: 264
- Tue 2021-04-06 17:27
- Forum: DSP and Audio Software
- Topic: EQ Plugin Loading, Activating 7 Chan EQ
- Replies: 6
- Views: 264
Re: EQ Plugin Loading, Activating 7 Chan EQ
Hi, just assumed, that writing 0x800 to AIADDR is correct for the PEQ Plugin (vs1053b-peq.plg), right??? Filters are applied after loading the plugin (load the Filters (method from docu), the write_register Method I'm using is also waiting on DREQ (this works), but when I want to read_register (with...
- Mon 2021-04-05 10:36
- Forum: DSP and Audio Software
- Topic: EQ Plugin Loading, Activating 7 Chan EQ
- Replies: 6
- Views: 264
Re: EQ Plugin Loading, Activating 7 Chan EQ
Hi pasi, so I'm loading now the eq5 plugin as you suggested. DREQ is also not raised anymore after loading this plugin, right? Changed the func to not wait on dreq and I read following: plugin activated. DEBUG: REG Contents bin hex DEBUG: ----------- ---------------- --- DEBUG: MODE 0100100000000000...
- Wed 2021-03-31 19:11
- Forum: DSP and Audio Software
- Topic: EQ Plugin Loading, Activating 7 Chan EQ
- Replies: 6
- Views: 264
Re: EQ Plugin Loading, Activating 7 Chan EQ
Hi, I'm using a VS1053b and a ESP32. After activating the plugin, read_register gets stuckt and wont return anything :( DEBUG: REG Contents bin hex DEBUG: ----------- ---------------- ---- So when the EQ Plugin is just working with analog input's, I assume that it won't work for me cause I'm sending...
- Sat 2021-03-27 14:11
- Forum: DSP and Audio Software
- Topic: EQ Plugin Loading, Activating 7 Chan EQ
- Replies: 6
- Views: 264
EQ Plugin Loading, Activating 7 Chan EQ
Hi Guys, I'm working on a Internetradio Project, similar to Edzelfs, also using a ESP32 and a VS1053 Board. As the sound is not as good as i expected (SCI_BASS changes already applied, but Mid's / Low's are really poor), so I want to play around with the EQ / DSP plugin. As I'm using a high tweeter ...