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
0
Question by Default117 · Nov 22, 2011 at 02:31 AM · iosaudioipadprime31

Why does the iPad 1 audio mute?

Hey guys,

Having some issues here with the audio recorder by Prime31 when being used on the first Gen iPad. Completely unsure as to why this is happening as my code seems to be very similar to the example, and more confusingly it is working fine on the second Gen iPad. It also seems to be a bit random. Below is a snippet of the code i have written to record audio.

 function Record()
 {
     error = AudioRecorderBinding.prepareToRecordFile( "t0.wav" );
 
     if( error.Length > 0 )
         Debug.Log( "failed to prepare audio recorder: " + error );
     else
     {
         //Record the audio file for duration
         var didRecord : boolean = AudioRecorderBinding.recordForDuration( 60 );
         Debug.Log( "audioRecorderRecordForDuration: " + didRecord );
     }
 }

As far as i can tell it shouldn't have any errors. It prepares an audio file, checks the error length, if its not greater than 0 it starts to record for a duration. This all works, i check the debug spam and it reports:

audioRecorderRecordForDuration: True

When i stop the audio through another button, i use the following code:

 if(AudioRecorderBinding.isRecording())
 {
     AudioRecorderBinding.stop( true );
 }
 

This code should stop the audio recording and finish it off. After this i check the debug spam and i receive a line:

audioRecorderDidFinish event: file://.../t0.wav

Which is the callback to check when encoding is completed. More often than not, after all of this happens the system audio mutes for the app. I need to suspend the app, and go back into the app again to get audio back again.

Any ideas?

Thanks.

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

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by AndyKorth · May 11, 2012 at 01:08 AM

I have this issue as well, no solutions though \o/

Comment
Add comment · Show 1 · 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 Default117 · May 11, 2012 at 01:22 AM 0
Share

I think this was fixed in the latest update

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

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

Unity steals back focus when using Prime31 social plugin iOS 0 Answers

IPhone 4 and IPad 2 lost audio on resume 0 Answers

No audio from iPad speakers(iOS 5.1.1) but has audio from earphones 1 Answer

Ipad2 restarts the app on using google play game service. 0 Answers

iOS falls asleep when not touching screen 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