Posts: 68
Threads: 12
Joined: Sep 2011
18 Oct 11, 09:27PM
(This post was last modified: 18 Oct 11, 09:42PM by FANTOMAS.UA.)
I mean — bitrate, data format, number of channels (mono/stereo) etc.
And how to add sound to mapmodel?
Posts: 191
Threads: 42
Joined: Apr 2011
[Correct me if im wrong (anyone)]
Ac supports .wav and .ogg soundfiles,
The sound has to be mono,
and i dont think ac supports adding sounds to mapmodels.
Posts: 3,780
Threads: 33
Joined: Jun 2010
Sounds are placed in a map as separate entities with radius and volume (and one or two other considerations). It is not a difficult problem to package the sound with the mapmodel you intend for it; in fact, it'd be sensible to make a script that places both simultaneously.
Posts: 68
Threads: 12
Joined: Sep 2011
18 Oct 11, 10:47PM
(This post was last modified: 18 Oct 11, 10:51PM by FANTOMAS.UA.)
Thanks, guys
(18 Oct 11, 10:16PM)Think3r Wrote: ...The sound has to be mono...
As i can see after some tests, the sound can be stereo to.
Posts: 354
Threads: 19
Joined: Jun 2010
It can be stereo, but it will usually not work well, since both channels are played at the same spot - won't make sense to use stereo sounds anyways. Mono will be louder and clearer.