home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Development of a Audio Censorship Processor
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ready1" data-source="post: 841038" data-attributes="member: 87813"><p>Hi,</p><p></p><p>I have been using MP since v0.2 and boy has this software gone a long way since then. The plugin/processor that i want to build is purely personal as I have a 2 and 4 year old boys who loves my rock music collection and rock video collection. There is a lot of swearing and I really do not want to spend the money on software to edit and resample audio/video just to bleep out the profanity.</p><p></p><p>I want to create a plugin/processor that does the following:</p><p></p><p>1. During playback of Movie, MP3 or Online Video I want to be able to press a hotkey that will trigger my plugin to save the current song/video unique name and the current playback time to the database that i want censored for next time.</p><p></p><p>2. When the same song/video is played and reaches a playback time that has been marked as censored then it will overlay a bleep or whatever wav file i have configured to block out the swearing.</p><p></p><p>3. The database will be stored online so that it can be shared amongst other users.</p><p></p><p>I want to build the entire plugin but would love to get some directions just to save me time in hunting around for codes or asking questions after questions.</p><p></p><p>I am a software and website developer and would love to dedicate sometime to assist this awesome crew. I have my own dedicated server on the Telstra backbone running on 25/40 mbit so if there are anything you guys I would love to assist were I can.</p><p></p><p></p><p></p><p>2012-02-06 20:30</p><p></p><p>Ok I am pretty much on the home stretch and I am hoping someone can shed some light to this weirdness:</p><p></p><p>When I set the volume using the g_player class:</p><p></p><p> MediaPortal.Player.g_Player.Volume = 0; // THIS MUTES THE MUSIC PLAYING BUT</p><p> MediaPortal.Player.g_Player.Volume = _originalVolume; // THE MUSIC IS STILL MUTED HOWEVER</p><p></p><p>Changing the volume using:</p><p></p><p>MediaPortal.Player.VolumeHandler.Instance.Volume = 0; // THIS MUTES</p><p>MediaPortal.Player.VolumeHandler.Instance.Volume = _originalVolume; // THIS ACTUALLY BRINGS THE SOUND BACK</p><p></p><p>I would like to know how i can overlay a Bleep Sound in .wav or .mp3 format whilst the Player is MUTED??</p><p></p><p></p><p></p><p></p><p></p><p>Check us out on : <a href="http://kineticglobe.com" target="_blank">Kinetic Globe ></a> we are a proud australian company</p><p></p><p>Regards,</p><p>Ready1</p></blockquote><p></p>
[QUOTE="ready1, post: 841038, member: 87813"] Hi, I have been using MP since v0.2 and boy has this software gone a long way since then. The plugin/processor that i want to build is purely personal as I have a 2 and 4 year old boys who loves my rock music collection and rock video collection. There is a lot of swearing and I really do not want to spend the money on software to edit and resample audio/video just to bleep out the profanity. I want to create a plugin/processor that does the following: 1. During playback of Movie, MP3 or Online Video I want to be able to press a hotkey that will trigger my plugin to save the current song/video unique name and the current playback time to the database that i want censored for next time. 2. When the same song/video is played and reaches a playback time that has been marked as censored then it will overlay a bleep or whatever wav file i have configured to block out the swearing. 3. The database will be stored online so that it can be shared amongst other users. I want to build the entire plugin but would love to get some directions just to save me time in hunting around for codes or asking questions after questions. I am a software and website developer and would love to dedicate sometime to assist this awesome crew. I have my own dedicated server on the Telstra backbone running on 25/40 mbit so if there are anything you guys I would love to assist were I can. 2012-02-06 20:30 Ok I am pretty much on the home stretch and I am hoping someone can shed some light to this weirdness: When I set the volume using the g_player class: MediaPortal.Player.g_Player.Volume = 0; // THIS MUTES THE MUSIC PLAYING BUT MediaPortal.Player.g_Player.Volume = _originalVolume; // THE MUSIC IS STILL MUTED HOWEVER Changing the volume using: MediaPortal.Player.VolumeHandler.Instance.Volume = 0; // THIS MUTES MediaPortal.Player.VolumeHandler.Instance.Volume = _originalVolume; // THIS ACTUALLY BRINGS THE SOUND BACK I would like to know how i can overlay a Bleep Sound in .wav or .mp3 format whilst the Player is MUTED?? Check us out on : [url=http://kineticglobe.com]Kinetic Globe >[/url] we are a proud australian company Regards, Ready1 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Development of a Audio Censorship Processor
Contact us
RSS
Top
Bottom