diff options
| author | rebecca <ubq323@ubq323.website> | 2026-03-01 21:32:19 +0000 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-03-01 21:32:19 +0000 |
| commit | c8afdb4d2d20c6fa8c0eeb8cd85bf3b0649c155f (patch) | |
| tree | a977fd4bdbbafd6b71bc781a285e771f787473a9 | |
| parent | e6ea2b6c7705167f78ed1b2fc6f4b5dd443abeeb (diff) | |
radio
| -rw-r--r-- | radio.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ assert(radio and speaker, "aaa") radio.setFrequency(channel) -local channel_format = string.rep(48000,"b") +local channel_format = string.rep("b",48000) while true do local _,_,data = os.pullEvent"radio_message" assert(#data == 48000,"weird format") |
