安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
Now just going overall...
Bars arc lets you decide how the bars need to be filled around the circle
360° ~ gives bars all around circle
270° ~ gives bars to 3/4th of the circle
180° ~ gives bars to half circle and so on...
Rotate bars around the cirlce lets you decide from which angle the canvas needs to start drawing
http://imgur.com/xfnX4eo
Rotate Spectrum (Rotating Audio Spectrum...mistake on wallpaper engine lol)
below is the frequency spectrum
audioData[0-1] = ~F#1 ( 42hz )
audioData[2-4] = ~F#2 ( 95hz )
audioData[5-9] = ~F#3 ( 190hz )
audioData[10-20] = ~F#4 ( 380hz )
audioData[21-31] = ~F#5 ( 760hz )
audioData[32-37] = ~F#6 ( 1520hz )
audioData[38-45] = ~F#7 ( 3040hz )
audioData[46-54] = ~F#8 ( 6080hz )
audioData[55-63] = ~F#9 ( 12160hz )
if you check the reverse right the following will be reversed.
audioData[64-72] = ~F#9 ( 12160hz )
audioData[73-81] = ~F#8 ( 6080hz )
audioData[82-89] = ~F#7 ( 3040hz )
audioData[90-95] = ~F#6 ( 1520hz )
audioData[96-106] = ~F#5 ( 760hz )
audioData[107-117] = ~F#4 ( 380hz )
audioData[118-122] = ~F#3 ( 190hz )
audioData[123-125] = ~F#2 ( 95hz )
audioData[126-127] = ~F#1 ( 42hz )
gives the customization to start drawing from audioData value you select.
Audio Count gives the number of bars to display. Once the count reaches 128, the bars restart
The below image uses 896 bar counts(128*7)
http://imgur.com/0BPrXZx
as for your request it might sond complicated, this was the only thing sparked in my brain for your request.
as you requested lower frequency consider you want only till 760hz () thats around 31 data bars
if you want only one channel select 31 Audio Count and it will occupy the whole circle
but if you want both channels heres the thing
you select 62 Audio Count and under Rotating audio Spectrum you select 96 value
**indicating you want to start from audioData 96
so for first 31 bars it will be 96~127
and next 31 bars will be from 0~30
this starts drawing from audioData[96-106] = ~F#5 ( 760hz ) to audioData[126-127] = ~F#1 ( 42hz ) and on one half and continue from audioData[0]
in simple terms if you want only values between ( 3040hz )
audioData[38-45] = ~F#7 ( 3040hz )
select 45*2 = 90 Audio Count &
since audioData[82-89] = ~F#7 ( 3040hz ) on the right channel
select 82 in Rotating Audio Spectrum
it makes very tiny diffrence (hard to notice except less bars)
is there a way i can edit these values?
audioData[0-1] = ~F#1 ( 42hz )
audioData[2-4] = ~F#2 ( 95hz )
audioData[5-9] = ~F#3 ( 190hz )
audioData[10-20] = ~F#4 ( 380hz )
audioData[21-31] = ~F#5 ( 760hz )
audioData[32-37] = ~F#6 ( 1520hz )
audioData[38-45] = ~F#7 ( 3040hz )
audioData[46-54] = ~F#8 ( 6080hz )
audioData[55-63] = ~F#9 ( 12160hz )
no way to edit or change
https://steamhost.cn/steamcommunity_com/app/431960/discussions/0/2592234299529771879/
correct me if I'm wrong please
a Dev answered my suggestion and kinda announced that he/she is working on it !
https://steamhost.cn/steamcommunity_com/app/431960/discussions/0/2592234299529771879/
i Guess i've done my part now
after the update , it's your turn @V3ng3nc3 ;)