cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
437
Views
0
Helpful
1
Replies

audio format for Unity Call Handlers

brosser123
Level 1
Level 1

My customer has some professionally recorded greeting he wants to import into Unity Connection. They have the following properties:

Audio format...........PCM

Average Data rate......88.200 Kb/sec

Sample rate.......... 44.100 khz

Audio sample size.... 16 bit

Channels.............. 1 (Mono)

Unity does not except them. i can concert the properties with an app but I cannot find Unity's requirements. Can any one help?

1 Reply 1

jgreenberg
Level 1
Level 1

You should be OK with the following:

16-bit PCM (stereo or mono) (16k Hz or 32k Hz or 48k Hz or 8k Hz or 44.1k Hz sample rate)

or

8-bit CCITT g.711 a-law or mu-law (stereo or mono) (8k Hz sample rate)

I just prefer to use the G.711 tool (http://www.znak.fi/user/pdonner/g711tool/) which has always worked well for me.

HTH,

Jon