Home > POP / PPV / Redirect >

1 Trick to Skyrocketing CTR By 432%* (23)


06-21-2011 09:51 PM #1 pancakes (Member)
1 Trick to Skyrocketing CTR By 432%*

Everyone here should know by now that adding audio to your PPV landers attracts attention and increases CTR. But how can you get sound bytes without having to pay someone (e.g. www.fiverr.com) or record your own voice online (e.g www.vocaroo.com) ?

The answer is simple. Use an online Text-To-Speech translator tool, extract the MP3, embed it to your lander and voila! The steps are as follows:

STEP 1

Go to http://www.audiopal.com/editor.html

STEP 2

Download "Live HTTP Headers" addon for Firefox and install it.

STEP 3

Select the "Text-to-speech" icon and type your message. Note: You may need to spell some words out pho-neti-cally as sometimes the words may be jumbled or unintelligible.



You have the option of selecting different languages (perfect for international campaigns in a native speaking tongue) and the voice actor.



STEP 4

Open "Live HTTP Headers", make sure the "Capture" checkbox is checked and then click on the "Say It!" button on the Audiopal website.



STEP 5

As you can see in the screenshot above, you'll notice the first HTTP header entry has the MP3 link. Copy and paste that link into a new browser window.



STEP 6

The MP3 file should autoplay once you've pasted the link into the new window. Go to "File > Save Page As..." to save the MP3 to your hard drive.

STEP 7

There are various way to embed an MP3 to a website, but I've seen a lot of PPV landers use the Niftyplayer script. It's small, lightweight and works perfectly well. If you want the audio player to be hidden on your landing page, you can resize the Flash dimensions to 1x1.


06-21-2011 09:59 PM #2 steezy (Member)

thanks. this is a great alternative to me standing over my wife like a voice over slavedriver


06-21-2011 10:06 PM #3 jroes57 (Member)

What I was doing before was using my iPhone as a voice recorder :P


06-21-2011 10:10 PM #4 pancakes (Member)

Also forgot to point out that you should test out all the voice actors. Some of them are robotic in tone, but others sound completely natural!


06-21-2011 10:37 PM #5 tijn (Moderator)

This is great thanks. NAND I suggest that once you have a profitable campaign you splittesting a couple of different audio's. Then take the top 3 to fiverr to get some real audio's made. In my experience real audio performs better then computer generated ones.


06-21-2011 10:47 PM #6 joshtodd ()

I use http://vozme.com for quick and dirty audio tests. There are only two voices and they sound quite robotic but like tijn said, if it works at all for your campaign then you know it is worth paying the $5 or getting the wife / girlfriend / neighbor to do it.


06-21-2011 10:48 PM #7 samurise (Member)

This is awesome. Thanks pancakes.


10-06-2011 06:44 AM #8 dpol (Member)

Thanks pancakes.
I tried to save mp3, but the file path was not found on HTTP header output...
Why do you recommend to save mp3? You can just get their html code and put on your LP.


10-06-2011 07:23 AM #9 m0thm4n (Member)

It still worked for me dpol.

You just need to make sure you scroll down a bit to find the MP3 file, the important part to look for is bolded below:


http://cache-a.oddcast.com/c_fs/3d64...f56f2411365889.mp3?engine=3&language=1&voice=3&text=bllllag&useUTF8=1


10-06-2011 04:55 PM #10 dpol (Member)

I got http://data.oddcast.com/event.php/?a...&sm=2&et=42&ev[0][]=aptts instead


10-06-2011 04:57 PM #11 shanktank (Member)

I tried it 2 days ago and the mp3 link just wont show.

I found this instead: http://www.voki.com/create.php
It uses the same software.

Once done, save it.
Then play it back while capturing with live http headers, and the mp3 link is in there.


10-14-2011 07:21 PM #12 artofleads (Member)

Seems like Voki has issues as well.

Here's an alternative.

Get a sound recording program. For mac I use this: http://audacity.sourceforge.net/

Create your message three times. Play it. Go to your sound recorder and record it. You wanna play your message 3 times because there's a delay between the sound starting, and you actually switching to your recording to record the message.

Go to audacity and trim down your message so it's one solid one. You can also experiment by adding in different sound effects in the beginning.


10-14-2011 11:34 PM #13 polarbacon (Moderator)

audacity is awesome.....def recommend that....it makes working with sounds wicked easy


11-04-2011 01:35 AM #14 getzlaf15 (Member)

I got audiopal to finally give me the url for the mp3. Took a few tries and reloads of the page.

Then I had to hit cntrl s to save the mp3.


11-04-2011 06:46 PM #15 Mr Baffoe (Veteran Member)

If you are on a mac you can download this automator workflow I created:

http://bit.ly/seteEv

It will create an aiff and mpeg4 file from text you paste in.


07-28-2013 07:54 PM #16 sdoin (Member)

My approach to create audio is to record website voices with audacity as well.

The sound is taken from ivona.com.

You can choose from a variety of speakers from different countries.


07-28-2013 10:18 PM #17 dconstrukt (Member)

Nice. Great post. I'm going to test this out on one of our opt in funnels.... are you guys just reading the copy from the page and a CTA for the audio?


08-14-2013 01:57 PM #18 kai1 (Member)

Hey guys, was trying to find an easier solution to this today since the link in the original OP doesn't work.

My method is super simple. Get the DownloadHelper addon for Mozilla. Go to http://www.naturalreaders.com/ and type in your text. When you play it back you'll see the DownloadHelper icon spinning. You can then download the audio as an mp3.


08-14-2013 03:54 PM #19 Mr Green (Administrator)

Anyone figure out how to make this broadly work on mobile. As in find out how to make audio work on a wide range of handsets?


08-14-2013 04:36 PM #20 caurmen (Administrator)

Looks like the HTML5 audio tag is pretty widely supported on most semi-smart phones: http://caniuse.com/audio

That might well be your best option. Unfortunately, it also appears that getting HTML5 audio to work is a bit of a pig - a lot like HTML5 video, which from past experience is a royal pain in the ass.

I shall add it to the list of things to research!


08-14-2013 06:45 PM #21 Durden (Member)

Quote Originally Posted by Mr Green View Post
Anyone figure out how to make this broadly work on mobile. As in find out how to make audio work on a wide range of handsets?

We are currently experimenting with this on Android mobiles using the same principle as in this code:

[PHP]<!doctype html>
<html>
<head>
<title></title>
<style>
button {
display: block;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<video id="video" src="http://video-js.zencoder.com/oceans-clip.mp4" width=300 height=150></video>
<button>Play!</button>
<script>
(function(){
var
video = document.getElementById('video'),
button = document.getElementById('button'),
togglePlay = function() {
if (video.paused) {
video.play();
} else {
video.pause();
}
};
// this doesn't work. Android ~4.2 seems to want some sort of user interaction
// before playing a video
setTimeout(function() { video.play(); }, 2000);

document.addEventListener('click', function(e){
// this works. Android lets you trigger playback after a single timeout,
// unlike iOS
setTimeout(togglePlay,1);

/*
// ... but there is a limit. After a second timeout, videos can't be
// programmatically triggered anymore
setTimeout(function(){
setTimeout(togglePlay,1);
},1);
*/
});
})();
</script>
</body>
</html>[/PHP]

Credit: https://gist.github.com/BCdmlap/5339273/


08-14-2013 07:04 PM #22 stackman (Administrator)

This thread popping up recently just sparked an amazing idea for me, thanks


10-31-2013 03:12 PM #23 pascalos (Member)

have found a new gem and i think it will be useful.



type your phrase,choose language


open live_http_header

click "play"

search in live_http_header windows for line starting by "http://api.ivona.com/fileSaas.php?fi=...."

copy and paste in firefox ,it will auto dowload the mp3 of phrase .

have fun


Home > POP / PPV / Redirect >