8 lines
153 B
Haskell
8 lines
153 B
Haskell
module Sound
|
|
where
|
|
|
|
-- ok, the problem here is that we need to be able to return the playing channel
|
|
-- so this thread cannot be a simple observer
|
|
|
|
|