UlascanErsoy / Team-7---Multimodal-Accessibility

TOPH: Data driven sonification framework
1 stars 2 forks source link

Experiment Ideas #32

Open UlascanErsoy opened 3 weeks ago

UlascanErsoy commented 3 weeks ago

Dump your experiment ideas here;

Please try to provide the motivation and reasoning. Explain the methodology clearly.

Please reference the issue when merging implementations.


Python notebooks and regular python files are both accepted for implementations.

NOTE you can branch directly from main as long as you aren't contributing to the core (read toph) library. If you need to do that please branch from dev first.

UlascanErsoy commented 3 weeks ago

I implemented my idea for an experiment for comparing pitch vs spatial vs both in 073ee8973c4aa01331418b9a2912508bef95e3e3.

You can find it under experiments/ in main branch.


It seems that the artifacts due to convolution on the simple sine wave seems to pose a challenge. I'll see if using chirps or square waves can fix the issue.