Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by JonManatee · Jan 17, 2011 at 03:36 PM · audiocompressionvoiceover

Should Voice Overs be compressed?

As a general rule of thumb Music is Compressed and SFX are not, but what about voice overs? Are there any cons to them being compressed? Should they decompress on load? Any general insights would be appreciated.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

4 Replies

· Add your reply
  • Sort: 
avatar image
2
Best Answer

Answer by _Petroz · Jan 18, 2011 at 12:53 AM

There are a few things to consider here when deciding how to load your sound:

  • size on disk
  • size in memory
  • CPU usage

Long sound files such as music and dialog should definately be compressed. They should also be streamed (Unfortunately I don't think Unity3D support streaming sounds though). They should definately not be decompressed on load, that is only useful for sounds which are played frequently. If you play a sound once then decompressing the whole thing upfront is going to eat up a lot of memory for no real benefit.

Compressing the sound file will do a few things, it will speed up the time it takes to get that data from the disk and into memory. (It's faster to read a 3MB file than a 30MB file) There is additional CPU usage required to decompress the file, but it is usually a good trade off for any long sounds like dialog.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
2

Answer by Jessy · Jan 17, 2011 at 04:01 PM

Compress an audio file if it takes up a lot of space uncompressed. Decompress on load if you have the memory for it. It doesn't matter what the audio file is.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
1

Answer by DaveA · Jan 17, 2011 at 09:16 PM

What Jessy said. Also, typically voice-only files are a lower bandwidth (female generally higher than male, but still). So the compression factor can be pretty high without losing much fidelity. Mono rather than stereo, obviously.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by kylehudson · Jun 08, 2015 at 07:34 AM

I think the idea of compression should also affect the voice overs and dubbing, the bitrate may be little advance or late and the sync lapse can be visible if this is in video format. See http://www.debbieirwin.com/, about enhance video narrations and voice overs.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

1 Person is following this question.

avatar image

Related Questions

Voice Overs with Dynamic Content? ("You have _X_ items") 0 Answers

Compression slider in audio import settings doesn't seem to affect anything. 1 Answer

Large music files make asset importing slow / game large. Compression ideas? 0 Answers

Compare 2 Recorded Voices? 1 Answer

Why does Unity compress PCMs? 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges