Skip to content

Commit

Permalink
Audio sources are not nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelmegitt committed Mar 28, 2023
1 parent 9c4b250 commit e4e8aea
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 27 deletions.
9 changes: 4 additions & 5 deletions figures/sources/webaudio-nodes.puml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ state GN3 as "GainNode (AudioRecording)"
state PN3 as "PanNode (AudioRecording)"
state MB as "Master Bus" <<join>>
state M1 as "+" <<join>>
state AS as "AudioRecording Source"
state AS as "AudioRecording Source" <<start>>

[*] --> ProgrammeAudio
ProgrammeAudio --> GN1
[*] --> GN1 : Programme Audio
GN1 --> PN1

AS --> GN3
AS --> GN3 : AudioRecording\lSource Audio
GN3 --> PN3

PN1 --> M1
Expand All @@ -42,7 +41,7 @@ M1 --> PN2
PN2 --> GN2

GN2 --> MB
MB --> [*]
MB --> [*] : Output Audio

note left of MB
Master bus
Expand Down
41 changes: 19 additions & 22 deletions figures/webaudio-nodes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e4e8aea

Please sign in to comment.