Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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 songclass · Feb 09, 2010 at 05:40 AM · fmod

How to use FMOD well?

Hello.

I need to record voice in Unity3D, so I plugin with FMOD. However, I cant use well since there arent enough example code in website. I found methods in FMOD about recording.

public RESULT getRecordNumDrivers (ref int numdrivers) { return FMOD_System_GetRecordNumDrivers(systemraw, ref numdrivers); } public RESULT getRecordDriverInfo (int id, StringBuilder name, int namelen, ref GUID guid) { return FMOD_System_GetRecordDriverInfo(systemraw, id, name, namelen, ref guid); }

public RESULT getRecordPosition (int id, ref uint position) { return FMOD_System_GetRecordPosition(systemraw, id, ref position); } public RESULT recordStart (int id, Sound sound, bool loop) { return FMOD_System_RecordStart(systemraw, id, sound.getRaw(), loop); } public RESULT recordStop (int id) { return FMOD_System_RecordStop(systemraw, id); } public RESULT isRecording (int id, ref bool recording) { return FMOD_System_IsRecording(systemraw, id, ref recording); }

Please give me some example code that I can use these methods. I need to record my voice in Unity. Please help me!

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

2 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by _Petroz · Nov 05, 2010 at 07:38 PM

Take a look at the FMOD 'recording' example.

Comment
Add comment · Show 2 · 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 Dennis Magnusson · Apr 17, 2011 at 01:38 PM 0
Share

Were can i find this example?

avatar image _Petroz · Apr 19, 2011 at 03:15 AM 0
Share

You can find the fmod C# examples are in the F$$anonymous$$OD API install directory.

avatar image
0

Answer by trilightguy · Jan 24, 2012 at 04:51 PM

You can use the plug in from Prime31 to record audio:

http://www.prime31.com/unity/

I used the audio plug to record voice and it worked well. I put out an iPhone game using it. I was using Unity 3.4 for that. It has good samples and is easy to integrate.

Good luck. -RoadwarriorX

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

Android, FMod and Unity 0 Answers

Sound Repeating every frame..Want it only once! 1 Answer

[SOLVED] Cannot create FMOD: Sound instance for resource End of file unexpectedly reached while trying to read essential data,Cannot Create FMOD Sound Instance For Resource 1 Answer

FMOD failed to initialize ... A call to a standard soundcard driver failed, which could possibly mean a bug in the driver or resources were missing or exhausted. 0 Answers

Record all audio output and save it as mp3 (internal and external audio clips) 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