User:Talidan

From Multi Theft Auto: Wiki
Revision as of 11:31, 21 August 2011 by Talidan (talk | contribs)
Jump to navigation Jump to search
Coder.gif This user is an MTA developer

On hiatus till 10/09/11

Talidan's private eye


Implemented unicode functions

int    utfLen  ( string theString )                     --Real length of a string, in characters
int    utfSeek ( string theString, int position )       --Returns the byte position at specified character position
string utfSub  ( string theString, int Start, int End ) --Sub string, from the specified positions on a chracter
string utfChar ( int characterCode )                    --Return the string of the specified UTF code
int    utfCode ( string theString  )                    --Return the UTF codes from the given string


Voice

Stuff that's planned for voice. If anyone can do this stuff, please feel free to pick it up and do it if you have time. This is mostly a reminder for myself incase it never gets done.

Cleaning up

  • Implement mute functions for the voice resource, via command and a GUI interface
  • Increase the '100%' value of Voice to something higher. Voice does not have a loud enough Max volume
  • Provide some automated ability to nicely reduce MTA/GTA volume while voice sound is being played
  • Provide some sort of mic test/diagnostic in the settings menu
  • Provide the ability to switch microphone input device

The Road to 3D

  • Convert voice PortAudio streams into Bass streams. Agent Cazomino05 has already had successful tests for this.
  • Implement setSound3D or equivalent function
  • Implement serverside sound functions
  • Convert voice streams into sound elements

Echo cancellation

  • Provide full echo cancellation support for Vista and 7
    • Setup a loopback recording stream
    • Feed loopback to Speex to cancel out echo from all sound.
  • Provide partial echo cancellation support for XP
    • Find a way to combine multiple voice input streams into a single buffer
    • Feed the combined voice buffer to Speex to cancel out voice echo.

Stuff for me

Number of bits to write per state

http://www.wolframalpha.com/input/?i=ceil%28log2%2812%29%29 for 12 states