Search found 9 matches
- Wed Apr 10, 2019 2:46 pm
- Forum: ESP-ADF
- Topic: Getting raw audio Samples
- Replies: 5
- Views: 15096
Re: Getting raw audio Samples
Did you make progress on this? I'm still trying to understand ways to manipulate the streams, and this seems like a good example.
- Wed Apr 10, 2019 2:39 pm
- Forum: ESP-ADF
- Topic: Have actions of one pipeline trigger another to start?
- Replies: 1
- Views: 4105
Re: Have actions of one pipeline trigger another to start?
Bump. Working on something similar, and have the same issue. Suggestions welcomed.
- Tue Apr 09, 2019 12:25 pm
- Forum: ESP-ADF
- Topic: Typo or intentional? DEFAULT_ESP_PHERIPH_SET_CONFIG()
- Replies: 1
- Views: 3984
Re: Typo or intentional? DEFAULT_ESP_PHERIPH_SET_CONFIG()
This has now been fixed. See recent commit to ADF.
- Mon Apr 08, 2019 8:52 pm
- Forum: ESP-ADF
- Topic: Typo or intentional? DEFAULT_ESP_PHERIPH_SET_CONFIG()
- Replies: 1
- Views: 3984
Typo or intentional? DEFAULT_ESP_PHERIPH_SET_CONFIG()
Found here (and a number of examples): https://docs.espressif.com/projects/esp-adf/en/latest/api-reference/peripherals/esp_peripherals.html It's spelled differently from the other macros: Macros DEFAULT_ESP_PERIPH_STACK_SIZE DEFAULT_ESP_PERIPH_TASK_PRIO DEFAULT_ESP_PERIPH_TASK_CORE DEFAULT_ESP_PHERI...
- Sun Apr 07, 2019 12:53 pm
- Forum: Hardware
- Topic: Case for ESP32-LyraT?
- Replies: 0
- Views: 2844
Case for ESP32-LyraT?
Any one have a lead on a good enclosure case for a LyraT?
I'd 3d print one if I could find a good file for it, too. I'd prefer not to have to design one from scratch.
It's got a lot of bits that need to be accessed or stick out otherwise.
I'd 3d print one if I could find a good file for it, too. I'd prefer not to have to design one from scratch.
It's got a lot of bits that need to be accessed or stick out otherwise.
- Sat Apr 06, 2019 6:18 pm
- Forum: ESP-ADF
- Topic: adding Reverb and maybe other effects
- Replies: 3
- Views: 13396
Re: adding Reverb and maybe other effects
One thing I'm interested in that I haven't yet figured out how to implement is panning. Adding the ability to pan audio to the left or right, so that I could take 2 audio sources, and mix them together, one to the left channel, and one to the right. With the downmixer, I can mix them, but I don't ye...
- Fri Apr 05, 2019 7:44 pm
- Forum: ESP-MDF
- Topic: Broadcasting data to multiple(or all) nodes connected to root
- Replies: 3
- Views: 7552
Re: Broadcasting data to multiple(or all) nodes connected to root
With the above code, latest IDF checkout, and LyraT v4.3, if I set the example code to Writer, it booted up. If I set the example code to Reader, it repeatedly crashed and rebooted.
- Fri Apr 05, 2019 12:13 am
- Forum: ESP-MDF
- Topic: File transfer between nodes?
- Replies: 1
- Views: 5143
File transfer between nodes?
Still getting my feet wet with IDF, ADF, and MDF... Looking to create an autonomous network of nodes, where data collected will be shared among the nodes. Centralized at the root is fine, but file transfer is needed to and from the nodes. I'm fine with msging via MESH, but I don't see any way yet to...
- Tue Apr 02, 2019 5:36 pm
- Forum: ESP-ADF
- Topic: adding Reverb and maybe other effects
- Replies: 3
- Views: 13396
Re: adding Reverb and maybe other effects
Any progress on this? Interested in similar ideas.