Commit 6823d47
Lab cleanup: voice conversion, linear spec, line plots, single recording (#487)
* Lab cleanup: remove voice conversion, linear spectrogram, line plots
- Removed voice conversion section (tangential to lab hypothesis)
- Changed spectrograms from mel to linear (better frequency readability)
- Removed duplicate PPG timeline plot (was plotted standalone + in aligned panel)
- Added "style": "line" option to plot_aligned_panels features panel
- Used line style for pitch, loudness, and EMA in comparison plots
- Simplified recording to single button (lab needs one recording, not two)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* plot_ppg_phoneme_timeline: add waveform panel aligned with segments
When given audio + PPG, the function now plots a two-panel figure:
- Top: waveform (amplitude over time)
- Bottom: phoneme segments (colored bars)
Both share the time axis via sharex=True.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Document style param in docstring, fix incomplete intro text
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 448adf4 commit 6823d47
3 files changed
Lines changed: 156 additions & 125 deletions
File tree
- src/senselab/audio/tasks
- features_extraction
- plotting
- tutorials/audio
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | | - | |
414 | | - | |
415 | | - | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
416 | 416 | | |
417 | 417 | | |
418 | | - | |
| 418 | + | |
| 419 | + | |
419 | 420 | | |
420 | 421 | | |
421 | 422 | | |
| |||
428 | 429 | | |
429 | 430 | | |
430 | 431 | | |
| 432 | + | |
431 | 433 | | |
432 | 434 | | |
433 | 435 | | |
| |||
448 | 450 | | |
449 | 451 | | |
450 | 452 | | |
451 | | - | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
452 | 471 | | |
| 472 | + | |
453 | 473 | | |
454 | 474 | | |
455 | 475 | | |
456 | 476 | | |
457 | 477 | | |
458 | 478 | | |
459 | | - | |
| 479 | + | |
460 | 480 | | |
461 | 481 | | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
471 | 491 | | |
472 | 492 | | |
473 | 493 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
| 611 | + | |
611 | 612 | | |
612 | 613 | | |
613 | 614 | | |
614 | | - | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
615 | 619 | | |
616 | 620 | | |
617 | 621 | | |
| |||
0 commit comments