Friday, June 27, 2025
32.9 C
Singapore

Tencent leads US$54M in music app startup Smule to help it expand footprint in Southeast Asia

Southeast Asia accounts for 40 percent of Smule’s 52 million monthly active users, while only 30 per cent come from North America

Chinese internet company and WeChat parent, Tencent Holdings, have led a US$54 million funding round in popular music application startup Smule, according to Reuters. Existing investors Adams Street Partners and Bessemer Ventures have also joined the round, which puts Smule’s valuation at around US$604 million.

The San Francisco-headquartered startup will use the investment for international growth, especially in Southeast Asia where it has seen significant growth in the past few years. Southeast Asia accounts for 40 percent of Smule’s 52 million monthly active users, while only 30 per cent come from North America.

The company is also on course for an IPO which is likely to happen by the end of 2018, said the report.

Also Read: It can’t get any more interesting than this: Tencent rumoured to be eyeing Go-Jek

According to Smule CEO Jeffrey Smith, Southeast Asia is very important to the future of internet. The music startup also said it looks to leverage some of Tencent’s work in China.

See also  AMA with David Moskowitz and Gaurang Torvekar from Attores to talk all things blockchain

Founded in 2008, Smule has created a social network for musical performance powered by mobile apps, including Ocarina, Magic Piano, Sing! Karaoke, Guitar! and AutoRap. Using its flagship app Sing! Karaoke, one can record and layer on duets with popular singers. Artists upload their audio onto the platform to interact with fans and promote their music.

Smule generated US$101 million in revenue last year.

In April 2015, Smule raised US$38 million in equity and debt funding to invest in marketing, product development and international expansion. Adam Street Partners led the equity round with existing backers, including Bessemer Ventures and Shasta Ventures.

Some of Smule’s largest competitors are based in Asia, such as China’s ChangBa and Tencent’s own WeSing.

Want to be part of the ecosystem?

Register for your Echelon Asia Summit access pass now! Enjoy additional 10% discount on Echelon Asia Summit Startup, Investor and Corporate passes just for being our favourite 27 reader: e27.co/echelon/asia/register/?code=EMPOWER10

See also  Housing Co-founder Rahul Yadav joins Anarock Property as Chief Product and Technology Officer

The post Tencent leads US$54M in music app startup Smule to help it expand footprint in Southeast Asia appeared first on e27.

Source: e27

Hot this week

SIA CEO’s annual pay fell 13.5% to S$7m despite record profit

SINGAPORE: Singapore Airlines (SIA) chief executive officer Goh Choon...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });