• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

AudioX II

 

Project Updated:
Files Updated: Thu, Nov 5 2009
Supports Game Version: 3.2.0
Category: Audio & Video, Chat & Communication, and Development Tools
Tags:

[Edit Tags]

Project Manager: AudioX
Additional Authors: No additional authors
Current Version: AudioX II 3.2.27
License: All Rights Reserved
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 12
Downloads Total: 967
Favorites: 3
Comments: 4
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About AudioX II
  •  

AudioX provides players with the ability to explore 18,800+ World of Warcraft sound samples. It also allows you to exchange samples with other AudioX users via chat hyperlinks.

Installation

  • Extract the AudioX and AudioX_Search folder into World of Warcrafts Interface\Addons folder
  • Enable both AudioX and AudioX_Search in Mod Settings. Note: Even though AudioX_Search is enabled, it will not normally load until you type /ax or /audiox.

Current Features

AudioX:

  • Displays samples as chat links.
  • Clicking on an AudioX chat-link play samples.
  • AudioX links work in custom channels, without any other chat mods required.
  • Exchange AudioX chat-links with other AudioX users by shift+clicking to insert the link into your outgoing message.
  • Insert the full /script PlaySoundFile(...) command into an outgoing message by alt+clicking AudioX links.
  • Silence audio playback by ctrl+alt+clicking any AudioX link (max of once every 5 seconds).
  • Ctrl+clicking links adds them to AudioX's favourites list.
  • Handles AudioX Search loading.
  • Tooltips on links.
  • Localization support.

AudioX Search:
  • Search through 18,873 World of Warcraft samples.
  • Sample library contains all of the samples upto and including 3.2.0.
  • Play samples by a short index number (handy in macros).
  • Define how many results AudioX returns per search.
  • Crop links to limit word wrapping.
  • Continue searches from the end your previous search onwards, or backwards.
  • Start searching from a specific index (to skip unwanted samples).
  • Create and display output to a seperate AudioX chat tab.
  • Allows searching of your AudioX favourites.
  • Optionally use pattern matching in searches.
  • Features a miniAPI for 3rd party AudioX UI developers.
  • Localization support.

AudioX Options:
  • Set page length, line cropping, chat filter, index visibility, verbosity, chat tab and search mode via Blizzards Addon Options panel.

AudioX UI:
  • Resizable UI that lets you search, link and play.
  • Adjustable fontsizes.
  • Allows searching and management of your AudioX favourites.
  • Demonstrates the use of the AudioX miniAPI.

AudioX UI Minimap Icon:
  • Right-click draggable
  • Toggles AudioX UI and AudioX Options.

Usage

  • /ax s <string> Search for a sample patch containing the specified keyword. E.g. /ax s brew
  • /ax d Page Down. Find next 10 results for current search. E.g. /ax d
  • /ax u Page Up. Find previous 10 results for current search. E.g. /ax u
  • ax m <num> Continue search from a specific search match. E.g. /ax m 15
  • /ax b <num> Continue search beginning at the specified sample index. E.g. /ax b 1500
  • /ax r Refresh the last page of search results. E.g. /ax r
  • /ax i <num> Display path details for sample index. E.g. /ax i 12345
  • /ax p <num> Play the sample with an integer value between 1 and 18873. E.g. /ax p 16539
  • /ax q Quiet. Stop all sounds playing. E.g. /ax q
  • /ax favs [true/false] Toggle between searching SoundLib and Favourites. E.g /ax favs false
  • /ax ui Loads / toggles and AudioX II UI. E.g. /ax ui
  • /ax options Loads / toggles the AudioX II Options. E.g. /ax options
  • /ax <arg> Results in the equivalent of /ax s <arg>. E.g. /ax brew
  • /ax ?? Help text page 2: Settings. E.g. /ax ??
  • /ax l <num> Limit the number samples each search returns. E.g. /ax l 10
  • /ax c <num> Crop sound paths to last N characters. 0 = Don't crop. E.g. /ax c 0
  • /ax n <num> Limit pathname display. 0 = filename only, 11 = Show all. E.g. /ax n 11
  • /ax f [true/false] Filter chat so that sample links are clickable. E.g. /ax f true
  • /ax g [true/false] Play non-.wav sounds as looping game music. E.g. /ax g false
  • /ax h [true/false] Hide sample index numbers in search results. E.g. /ax h false
  • /ax x [true/false] Hide file extensions. E.g. /ax x false
  • /ax v [true/false] Verbose output that shows which sample is playing. E.g. /ax v false
  • /ax t [true/false] Output to AudioX chat tab. E.g. /ax t false
  • /ax a [true/false] Autoplay link samples received from other players. E.g. /ax a false
  • /ax z [true/false] Search with pattern matching. E.g. /ax z false
  • /ax [?] Help text page 1: Commands. E.g. /ax ? or /ax

Macro

Several players have mentioned that they like to keep the number of enabled mods to a bare minimum.
As AudioX is hardly essential in day to day World of Warcraft gameplay, I've created a macro that
allows you to keep the entire AudioX suite disabled (in addon options) when you don't need it. When
you do need it, click the macro button and the AudioX will load for the current game session only,
without any need to reload the game session. The macro is as follows (it's a single, long line):-

/script v="AudioX";w="AudioX_Search";x="AudioX_Options";y="AudioX_UI";z="AudioX_Minimap";e=EnableAddOn;d=DisableAddOn;l=LoadAddOn;e(v);e(w);e(x);e(y);e(z);l(v);l(w);l(x);l(y);l(z);d(v);d(w);d(x);d(y);d(z)

A full explanation of how the macro works can be found on my author portal FAQ

Note: You can still configure the AudioX to load whenever you start the game. This macro is just an
additional facility.

Known Bugs/Issues

  • Garbage Collection may reset AudioX searches if AudioX has been inactive within the game session for a long time. If this happens you can use /ax b

Notes

AudioX mini-API (for Mod Developers)

  • Details in my Author Portal FAQ

Credits

  • Krakhaan of Khaz'goroth (Oceanic) for his inspirational AFX mod
  • Bluspacecow for Sound Commands List
  • James Whitehead II for his brilliant book World of Warcraft Programming without which this mod wouldn't exist
  • Thorinair of EU Ragnaros for motivating me to create my own AudioX UI and accompanying API

DISCLAIMER

  • While every effort has been made to ensure this mod is error free, you use this mod entirely at your own risk.


AudioX Copyright 2009 Eisa of Aggramar (EU). All Rights Reserved.

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  AudioX II 3.2.27 Release 3.2.0 150 11/5/2009
  AudioX II 3.2.26 Release 3.2.0 83 11/1/2009
  AudioX II 3.2.25 Release 3.2.0 96 10/27/2009
  AudioX II 3.2.24b Release 3.2.0 171 10/10/2009
  AudioX II 3.2.23 Release 3.2.0 49 10/9/2009
  • 1 page(s)
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • AudioX said

    AudioX II 3.2.26 uploaded and awaiting curseforge approval.

    Changes:
    - Core: Added the option to play non-wav samples as background music.
    - Samples automatically loop until they are stopped or another non-wav is selected.
    - Samples play this way automatically cross fade.
    - wav files are omitted as they mostly contain dialogue or spot effects.
    - Core: Automatically changes the Music setting in Audio & Voice settings to "on" as
    required for the new playback method. If AudioX changes the setting, it will
    restore it to "off" when the sample is stopped or when a loading screen appears.
    "Music en/disabled" messages show in the middle of the screen when this happens.
    - Core: Improved file extension pattern matching.
    - Core: Added tooltips to chatframe hyperlinks.
    - Core: Fixed potential error if verbose mode on during playback.
    - Search: Added /ax g for using the game's background music "channel".
    - Search: Updated internal playback routine to take account of new play mode.
    - UI: Added shaded lines in the background to help identify rows visually.
    - UI: Some tooltip localization has moved to the AudioX Core.
    - UI: Some internal changes to the way row elements dimensions are set up.
    - Options: Added /ax g equivalent.
    - Options: Corrected typo.

    Reply Report Permalink
  • AudioX said

    AudioX II 3.2.25 uploaded and awaiting approval.

    Main changes are:
    - the ability to toggle file-paths and file-extensions on and off via /ax n and /ax x respectively (as well as the options panel).
    - Search box focus adjusted so it doesn't get in the way.
    - The footer ("x - y of z results") automatically moves to the title bar if there isn't room to display it to the right of the buttons.
    - AudioX II part of the UI title turns red if output is redirected to the chatframe.

    Reply Report Permalink
  • Aleksej89 said

    Great addon, exactly what i was looking for.
    Thanks for creating it mate!

    Reply Report Permalink
  • AudioX said

    You're welcome. Glad you like it. :)

    Incidentally, the more friends / guildies using AudioX to share sound links via chat with, the more fun the whole sound linking thing becomes :)

    Reply Report Permalink
  • AudioX said

    AudioX II 3.2.24 has been uploaded to CurseForge.com and is awaiting approval. It should hopefully appear here shortly.

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 7,020 Prat 3.0 Chat & Communication
  2. 4,061 WIM (WoW Instant Messenger) v3 Chat & Communication
  3. 1,590 Addon Control Panel Libraries, Development Tools...
  4. 1,584 BadBoy: Anti Spam Automatic Reporter Chat & Communication
  5. 1,374 EPGPLootmaster Chat & Communication, Bags...