| Tokybook | All Gene,
AUDIOBOOK FOR YOU - TOKYBOOK!
The Long Winter Audiobook: Little House, Book 6
Malice
Things My Son Needs to Know About the World
Rogues of the Republic (1-3)
Sarah Booth Delaney
The Dark Tower II: The Drawing of the Three Audiobook
City of Bones
PV: 162,916
The Eye of the World – Book One of The Wheel of Time is nothing less of exception in literary arts that Robert Jordan has produced. He is best known for his novels that are soulfully created and people get a mix of drama, emotion, thrill, and suspense, all combined into one. The audio of this book is taken care by the powerful voice of Kate Reading and Michael Kramer as its main narrators.
Both the narrators are good in handling complex roles like this one with some great feeling, emotions, and confidence. They would never lose on the excitement, pitch and the class of this fast-moving story.
The book will keep you rocking and you will enjoy it without any confusion, even if you haven’t read the prequel of this book, which is another excellent story to enjoy.
It may take a few initial chapters to get your bearings with the material but once you get a little deep into it, then you cannot wait to finish this 29 hours long audiobook in a couple of sessions. Jordan as always and in most of the prequels to this book has come down single-handedly to dominate the entire world, which Tolkien in this book has actually started to reveal.
The Dragon Reborn and The Eye of the World are a couple of other classics by Robert Jordan that are also depicted as his finest work ever done so far. Moreover, the narrator-duo of both these stories is also the same and that makes it a lethal combination that is worth investing your time on. The saga portrayed in this book reaches out to the next level of excitement and emotional impact.
Download and Continue Play Audio on the Mobile App
Utilize our search toolbar promptly if the article lacks audio! Search Now♥
\ '); }), trackCount = tracks.length, npAction = $('#npAction'), npTitle = $('#npTitle-href'), audio = $('#audio1').on('play', function () { console.log(audio.src); playing = true; npAction.text('Playing...'); //console.log('halo'); }).on('pause', function () { playing = false; npAction.text('Paused...'); }).on('ended', function () { npAction.text('Paused...'); if ((index + 1) < trackCount) { index++; loadTrack(index); audio.play(); } else { audio.pause(); index = 0; loadTrack(index); } }).get(0), btnPrev = $('#btnPrev').on('click', function () { if ((index - 1) > -1) { index--; loadTrack(index); if (playing) { audio.play(); } } else { audio.pause(); index = 0; loadTrack(index); } }), getTime = $('#get_time').on('click', function () { //alert(index); var play_url = window.location; //setCookie("play_url_v2",play_url,30); var play_list_index = ""; var play_id = ""; var play_title = ""; var play_time = ""; var str_info_tmp =""; play_title = (index+1).toString() + ". " + tracks[index].name; play_id = index; document.getElementById("bookmark_info_1_v2").innerHTML = "Your Bookmark
- Track: " + play_title+""; play_time = player.currentTime+""; console.log(play_time); var play_time_tmp = Math.round(play_time); console.log(msToTime(play_time_tmp)); str_info_tmp = " ,
at time: " + msToTime(play_time_tmp); document.getElementById("bookmark_info_2_v2").innerHTML = str_info_tmp; setCookie("play_url_v2",play_url,30); setCookie("play_list_index_v2",index,30); setCookie("play_id_v2",play_id,30); setCookie("play_title_v2",play_title,30); setCookie("play_time_v2",play_time_tmp,30); document.getElementById("bookmark_info_v2").style.display = "block"; document.getElementById("bookmark_jump_v2").style.display = "block"; //document.getElementById("bookmark_jump_time").style.display = "block"; alert("Bookmark successfully!"); }), bookmark_jump = $('#bookmark_jump_v2').on('click', function () { click_book_mark = 1; var play_url = getCookie("play_url_v2"); var play_list_index = getCookie("play_list_index_v2"); var play_id = getCookie("play_id_v2"); var play_title = getCookie("play_title_v2"); var play_time = getCookie("play_time_v2"); var curr_url = window.location; if(curr_url == play_url && play_list_index !="" && play_time !="") { loadTrack(play_id); //player.currentTime = play_time; console.log(play_time); //var vid = document.getElementById("audio1"); //vid.currentTime = play_time; audio.play(); //audio.currentTime = play_time; var seconds = 4; counter = setInterval(function () { seconds--; if (seconds == 0) { JumToTime(); } }, 1000); // } //document.getElementById("bookmark_jump_time").style.display = "block"; }), bookmark_jump_time = $('#bookmark_jump_time').on('click', function () { var play_url = getCookie("play_url_v2"); var play_list_index = getCookie("play_list_index_v2"); var play_id = getCookie("play_id_v2"); var play_title = getCookie("play_title_v2"); var play_time = getCookie("play_time_v2"); var curr_url = window.location; if(curr_url == play_url && play_list_index !="" && play_time !="") { //loadTrack(play_id); //player.currentTime = play_time; console.log(play_time); //var vid = document.getElementById("audio1"); //vid.currentTime = play_time; //audio.play(); audio.currentTime = play_time; } }), btnNext = $('#btnNext').on('click', function () { if ((index + 1) < trackCount) { index++; loadTrack(index); if (playing) { audio.play(); } } else { audio.pause(); index = 0; loadTrack(index); } }), li = $('#plList li').on('click', function () { var id = parseInt($(this).index()); if (id !== index) { playTrack(id); } }), loadTrack = function (id) { $('.plSel').removeClass('plSel'); $('#plList li:eq(' + id + ')').addClass('plSel'); npTitle.text(tracks[id].name); //var href_link = "video/"+tracks[id].seo_url+"/"+tracks[id].id; //$("#npTitle-href").attr("href", href_link); //$("#npTitle-href-icon").attr("href", href_link); //var href_word_link = 'user-pick-word.php?title='+tracks[id].name+'&id_post_video='+tracks[id].id+'&lyric_user_id='+null; //$("#mp3-pick-word").attr("href", href_word_link); index = id; //audio.src = mediaPath + tracks[id].file + extension; //var api_link = "https://localhost/wogalaxy/detail-api.php?id=" +tracks[id].id; ///get_lyric_detail(api_link); var source_1 = tracks[id].chapter_id; console.log(source_1); if(id==0) { audio.src = tracks[0].chapter_link_dropbox; } else { myPost(source_1,1); audio.src = audio_src; /* if(tracks[id].url == 'NA') { myPost(source_1,1); audio.src = audio_src; } else { audio.src = tracks[id].url; } */ } //updateDownload(id, audio.src); }, updateDownload = function (id, source) { player.on('loadedmetadata', function () { $('a[data-plyr="download"]').attr('href', source); }); }, playTrack = function (id) { loadTrack(id); audio.play(); //$('#mp3-play-control').hide(); //$('#mp3-pause-control').show(); }; extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : ''; loadTrack(index); } else { // no audio support $('.column').addClass('hidden'); var noSupport = $('#audio1').text(); $('.container').append('
' + noSupport + '
'); }});
Most viewed books in this week
1 | Harry Potter Full 8 Books by J.K Rowling |
---|---|
2 | The Eye of the Bedlam Bride |
3 | DUNE |
4 | Fourth Wing |
5 | Haunting Adeline |
6 | The Lightning Thief Audiobook: Percy Jackson and the Olympians Audiobook, Book 1 |
7 | A Court of Thorns and Roses |
8 | The Fellowship Of The Rings Audiobook - The Lord Of The Rings Book #1 |
9 | It Ends with Us |
10 | The Lord of the Rings Trilogy Audiobooks |
13 thoughts on “The Eye of the World”
How can I increase the speed of the audio
Reply
im here in june 2020 too glad too see im not the only one 🙂 (also dont think its possible on here to speed it up)
Reply
You can speed up the audio on the android app
Reply
Read all the books multiple times ages ago. Lovely to be able to listen to them now, since I can’t seem to focus to read like that anymore haha. Too bad it doesn’t work in soundcloud though.
Reply
I am 13 thirteen and reading this because my dad said he thought i’d like it and I didn’t believe him but i love it.
Reply
Same
Reply
last time i went on here it said something about this not being a private website but know it works. did this happen to anyone else
Reply
turns out you need private wifi to use this website
Reply
My boyfriend always told me this to read Telling me that this is his favorite book. Until I tried to read the book but I actually love it… Well thanks to my boyfriend
Reply
Great book and great quality.
Ads are kind of annoying and it stops on its own intermittently but I’m thankful for these audio books.Reply
Thank you for the Hard work making this available to all of us!
Reply
You are welcome
Reply
I’m 12 1/5 and I love these books
Reply