create account

DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News! by prc

View this thread on: hive.blogpeakd.comecency.com
· @prc ·
$360.41
DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!
Dear Steemian friends!

First of all thanks to all of you who joined this project and made it a big success on this 1st Alpha version! :)

I have to thank you all even more because things didn't always worked out great. We had a lot of problems related to the performance of the platform or other problems with IPFS sound uploads, but you were always there trying to upload your sounds and giving feedback so that I could take the right steps to solve the issues. Big Thank you guys!

<center>
![logo-big.png](https://steemitimages.com/DQmd7ik3JGiEXGrA6jkShsfdqKR6jP4STGGvbgVbAUtCMKZ/logo-big.png)
</center>

Now let's take a pick of what is there to come on this release...

# DSound version 0.2
----

This version is FAST! Probably the best news you all can get... :)

Unfortunately most of the problems with performance were due to IPNS (Inter-Planetary Name System) that allows publishing of web applications to IPFS using names instead of hashes. So I opted to publish to IPFS and to regular centralized web server as well, since the web server will be the most used, we will have significant better performance for normal use, but keep redundancy of publishing to IPFS and IPNS on the side as a backup access.

## Version 0.2 web addresses
----

The various links to the same app, you probably want to use the first one as it is easier. The others are just backups, just in case... ;)

- Web: https://dsound.audio/

- IPFS: [https://ipfs.io/ipfs/Qm...](https://ipfs.io/ipfs/QmV8Wek5Kfx8HsAe1wnkJtUobNmjg1UxPhj1yKCT5prL4G/)

- IPNS: https://ipfs.io/ipns/dsound.audio/

Now let's go ahead and check the new features and fixes...


## Streaming instead of Preloading
----

This one was very important! Many of you guys published podcasts, djsets, recordings, mixtapes, etc. And the way DSound engine was developed it would preload the entire sound before starting the playback, so for big files with 1 up to 4 hours it was a nightmare to wait many minutes before the playback was started...

The behaviour of the first version was due to many restrictions in the way a web application can manipulate audio in the browser, and I had to write almost an entire new sound engine just for playback, maintaining the other for sound processing and analysis when uploading new sounds...

But what is important is that you wont have to wait like that anymore!!! :)

Try it yourself and let me know in the comments your feedback...


## Sound edit page
----

![Screen Shot 2017-10-10 at 22.26.35.png](https://steemitimages.com/DQmZ3C1RVQpgqE3AFKE6i112vce1djizNHwwNShCMBuiKT9/Screen%20Shot%202017-10-10%20at%2022.26.35.png)

Now you can edit your sounds! :)

You can change the cover, the sound file, add more things to the description, change tags or genre, modify download or buy links, etc... Of course, as any frontend to STEEM blockchain all of that can be done only during the initial 7 days, because after the sound payout time it will be sealed in archive forever.

But I think that this feature was really high on the list of needed tools for DSound Platform, so hope you all like it! 

To find the edit button you need to open your sound page, by clicking on the sound title, and then you can see the edit button with a pencil where usually there is a repost one, only on sounds that belong to your user... 

In the meantime, if you feel like listening to some deep house, you can check out my remix that was showing in the picture above in this link:

https://dsound.audio/#/@kolatz/oliver-heldens--shaun-frank-ft-delaney-jane-shades-of-grey-kolatz-remix 

It's from last year, but I really like it... And yes, @kolatz is my music alter ego... :)


## Display of sound value after payout
----

![Screen Shot 2017-10-11 at 00.23.44.png](https://steemitimages.com/DQmVYZsjNDrM4DyVj6UoraawfaWxjy2bz5NbxMDv3L4LKdT/Screen%20Shot%202017-10-11%20at%2000.23.44.png)

This fix was really my bad! I completely forgot that the pending payout eventually would stop being pending... ahahah :D

But now your sounds will show the payout that they deserved even after the payout time. Much better!

BTW, did you already listened to some of the tracks of @soundlegion? Great songs! Go ahead and listen to some here:

https://dsound.audio/#/@soundlegion


## HTML and Markdown in sound description and comments
----

![Screen Shot 2017-10-11 at 00.37.21.png](https://steemitimages.com/DQmdcFNsiFFzcDNZxKf4252j7TmfYvUowsaT1C4QR7iHoQE/Screen%20Shot%202017-10-11%20at%2000.37.21.png)

This one was not a very big deal, but it is nice to have. My major worry was security and had to make sure that only some html tags would pass and that markdown would be supported as well. From the security point of view it is taken care, so I decided to give it a try...

I know it is not perfect yet, there are some situations where the text makes the panel enlarge, pushing stuff off screen, but I'll fix those issues along the way as people will post more sounds with more html and markdown in their texts. :)


## Sound duration displayed in the players
----

![Screen Shot 2017-10-11 at 00.45.51.png](https://steemitimages.com/DQmXGg6qn1qy9TpyTEQiQzi3iRKksGiDu5ZtSEYXKWCVfjF/Screen%20Shot%202017-10-11%20at%2000.45.51.png)

See those black pills right after the title of the sound? That's where you can read the duration of that particular sound. :)

This one I noticed the need. I always have limited time to listed to podcasts and other shows like @layl , @anarchast and others, so when I finally have some spare time, I need to know if that particular show fits gap on my schedule. And on DSound I couldn't... Not anymore! Now all of us can see if it is a 1 hour show or 5 minute song right in the feed...


## Many other fixes and improvements
----

I don't want to bore you with these minor things... 

Many places where the flow wasn't completely right. Limits of texts, tag sizes and count, internal things and so on...

All those minors that we step on when going for major developments and we fix right away.


## IPFS uploads and publishing vs centralized web server
----

(this may be too techy... maybe it's time to jump to next topic?)

Yes, I opted out of the IPNS deployment of DSound application. I tried really hard to find solutions for that problem. I really like IPFS technology, but there are certain things that simply don't work yet!

IPNS and web publishing performance are not production ready yet.

I'll continue to publish both on IPNS and on my web server, being the web server the one behind the domain http://dsound.audio to make the application more responsive when loading to the browser. Also other libraries that I was loading from IPFS, now I have them static on the web server and load time went down significantly.

So, when the load times come more close between web server and IPFS/IPNS maybe we give it another try? ;)

In the meantime we keep IPFS for storage and have the web application published as a backup, if something goes wrong with the main domain.

Another big problem that we had lately was some downtime on IPFS uploads. Configuring IPFS nodes to be used by the public is a very difficult task indeed, so I have to thank @nannal from IPFS Store for his efforts in keeping everything up and running on his side!

But since the beginning that I envisioned DSound using local IPFS on each user machine. That would be fast like a rocket to upload, and most important of all, the user would have the power in his hand to decide which and for how long the storage of his files would make sense. 

This will be my next major thing to solve... :)


## What's next?
----

So, the next period I'll be concentrated in these major topics for DSound:

- Local IPFS node helper application: so that all of us can have our own IPFS node easy to install and maintain

- Sustainable business model for DSound: I want DSound to be free for everybody, but it has to generate enough capital to be maintainable like this. This model of rewarding is probably not the best approach, so I need to figure out a way to make it more profitable, without passing those costs to my users, which is kind of demanding, since I never looked at DSound from the business point of view... Maybe the SMT's from Steem team, that @ned presented few weeks ago are one of the ways? Open to your ideas in the comments below! :)

- Possible integrations o DSound with other platforms: to achieve more markets and use cases and grow user base

- Continue improvements and project roadmap


## Final words
----

Thanks a lot to everyone that joined this project, uploaded sounds, listens to sounds on DSound and everyone that upvoted, resteemed and passed the word about DSound.

I strongly believe that this can be a game changer for indie musicians and producers. I want to make it a reality! :)

For all of you that already tried out, you'll verify that DSound is improving and so I would ask you all to talk about it to all your friends that may be interested in sound and music. I know that together we'll make this grow and give hundreds or thousands another way of monetizing their passion... While bringing more content creation to our beloved platform Steemit!

### My special thanks to these great uploaders for sharing their sounds on DSound, please check them out:

1. [@soundlegion](https://dsound.audio/@soundlegion)
2. [@webresultat](https://dsound.audio/@webresultat)
3. [@fivestargroup](https://dsound.audio/@fivestargroup)
4. [@maxjoy](https://dsound.audio/@maxjoy)
5. [@maneki-neko](https://dsound.audio/@maneki-neko)
6. [@ashaman](https://dsound.audio/@ashaman)
7. [@dreamrafa](https://dsound.audio/@dreamrafa)
8. [@humanabstract](https://dsound.audio/@humanabstract)
9. [@layl](https://dsound.audio/@layl)
10. [@goodbyematrix](https://dsound.audio/@goodbyematrix)


And that's it for now. We'll keep on this journey trying to change the music world for the better... :)


"Music is what feelings sound like"
DSound <3 Music
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 581 others
👎  
properties (23)
authorprc
permlinkdsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news
categorymusic
json_metadata{"tags":["music","dsound","steemdev","ipfs","decentralization"],"users":["kolatz","soundlegion","layl","anarchast","nannal","ned"],"image":["https://steemitimages.com/DQmd7ik3JGiEXGrA6jkShsfdqKR6jP4STGGvbgVbAUtCMKZ/logo-big.png","https://steemitimages.com/DQmZ3C1RVQpgqE3AFKE6i112vce1djizNHwwNShCMBuiKT9/Screen%20Shot%202017-10-10%20at%2022.26.35.png","https://steemitimages.com/DQmVYZsjNDrM4DyVj6UoraawfaWxjy2bz5NbxMDv3L4LKdT/Screen%20Shot%202017-10-11%20at%2000.23.44.png","https://steemitimages.com/DQmdcFNsiFFzcDNZxKf4252j7TmfYvUowsaT1C4QR7iHoQE/Screen%20Shot%202017-10-11%20at%2000.37.21.png","https://steemitimages.com/DQmXGg6qn1qy9TpyTEQiQzi3iRKksGiDu5ZtSEYXKWCVfjF/Screen%20Shot%202017-10-11%20at%2000.45.51.png"],"links":["https://dsound.audio/","https://ipfs.io/ipfs/QmV8Wek5Kfx8HsAe1wnkJtUobNmjg1UxPhj1yKCT5prL4G/","https://ipfs.io/ipns/dsound.audio/","https://dsound.audio/#/@kolatz/oliver-heldens--shaun-frank-ft-delaney-jane-shades-of-grey-kolatz-remix","https://dsound.audio/#/@soundlegion","http://dsound.audio","https://dsound.audio/@soundlegion","https://dsound.audio/@webresultat","https://dsound.audio/@fivestargroup","https://dsound.audio/@maxjoy","https://dsound.audio/@maneki-neko","https://dsound.audio/@ashaman","https://dsound.audio/@dreamrafa","https://dsound.audio/@humanabstract","https://dsound.audio/@layl","https://dsound.audio/@goodbyematrix"],"app":"steemit/0.1","format":"markdown"}
created2017-10-11 01:53:48
last_update2017-10-11 01:53:48
depth0
children261
last_payout2017-10-18 01:53:48
cashout_time1969-12-31 23:59:59
total_payout_value316.066 HBD
curator_payout_value44.342 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9,925
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,349,587
net_rshares148,136,335,954,267
author_curate_reward""
vote details (646)
@ackza ·
Did someone say, BLOCK chain hosted Video sharing site? 

http://www.gifdivision.com/uploads/4/6/0/3/46032175/22_-_b6lqssu.gif

we need roblox and minecraft steemit integration!

Anyway back to reality, moms spaghetti! but nos eriously Dtube.video is revolooshunaree and will be the great tol to use against youtube, so when youtube bans peoel theyll think twice because they know theyll just ppop up on Dtube! so maybe youtubewill have to STOP demonetizing peopel? Well honestly maybe we should want youtube to contionue demonetizing everyone so we can have them all join Dtube and steem! I cant wait for peopel to realize they can come BACK to life after being BAnned on Youtube, by starting over on Dtube and Steemit and then they will NEVER have tow orry about getting shut down ever again! Must be nice to be able to regain monetization via Steem and Dtube for videos that youtube made you take down! 

I see SUCH a bright future for Dtube and Steemit toghether ...its only a materof time before peopel liek wikileaks even tries to
properties (22)
authorackza
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t012814004z
categorymusic
json_metadata{"tags":["music"],"image":["http://www.gifdivision.com/uploads/4/6/0/3/46032175/22_-_b6lqssu.gif"],"app":"steemit/0.1"}
created2017-10-12 01:28:15
last_update2017-10-12 01:28:15
depth1
children1
last_payout2017-10-19 01:28:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,036
author_reputation288,294,301,925,215
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,445,422
net_rshares0
@hassanshahid ·
Yah i agree with  you
👍  
properties (23)
authorhassanshahid
permlinkre-ackza-20171012t152722340z
categorymusic
json_metadata{"tags":"music","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-12 10:27:30
last_update2017-10-12 10:27:30
depth2
children0
last_payout2017-10-19 10:27:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation3,870,556,573
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,478,703
net_rshares6,923,475,662
author_curate_reward""
vote details (1)
@ackza · (edited)
This shit is sooo advanced....  i mean i am very much impressed at how you got all of this done AND actually WORKING! And now @mrviquez and @fyrtikken have teir Track on the very top front page of Dsound.audio and I am so proud! https://dsound.audio/#/@fivestargroup/shit-coins-by-tallyhood-inspired-by-fyrstikken 
![](https://steemitimages.com/DQmZ5YSg8rCdnbttVCfDGcYLa6eY9x2arwYhjsV1zeNqM7v/image.png)


 simply waiting for you to get that soundcloud feature of comments directly on the waveform...  i am sure you are already working on it!
![](https://steemitimages.com/DQmRwjuRR4g66yXZc5ZvwugApWtDRABn9rfzLGEhqUDVKtA/image.png)

man once you have THIS feature then soundcloud wont have shit! Thats all soundcloud even has! now! once you have that feature BOOM u got em!
properties (22)
authorackza
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171018t035434785z
categorymusic
json_metadata{"tags":["music"],"users":["mrviquez","fyrtikken"],"image":["https://steemitimages.com/DQmZ5YSg8rCdnbttVCfDGcYLa6eY9x2arwYhjsV1zeNqM7v/image.png","https://steemitimages.com/DQmRwjuRR4g66yXZc5ZvwugApWtDRABn9rfzLGEhqUDVKtA/image.png"],"links":["https://dsound.audio/#/@fivestargroup/shit-coins-by-tallyhood-inspired-by-fyrstikken"],"app":"steemit/0.1"}
created2017-10-18 03:54:33
last_update2017-10-18 03:56:12
depth1
children3
last_payout2017-10-25 03:54:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length773
author_reputation288,294,301,925,215
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,945,065
net_rshares0
@prc ·
$0.05
Thanks a lot for your words mate! :) That is on the roadmap for v1.0... Keep tuned! ;)
👍  
properties (23)
authorprc
permlinkre-ackza-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t104107130z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 10:41:06
last_update2017-10-20 10:41:06
depth2
children2
last_payout2017-10-27 10:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.034 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,129,608
net_rshares20,990,621,195
author_curate_reward""
vote details (1)
@ackza ·
niiiic eso glad to hear that you do have the plans to do the special comments feature from soundcloud! 

Anyway you should just announce that in a post! or I should jyst do a post to advertise for Dsound on Instagram but i will mention in my steemit post how Soundcloud is good as dead now and that all soundcloud reaklly has as a feature is its GUI and the comment feature, and that as soon as peopel start using Dsound and getting PAID for their songs we will actually see people switchingf rom Soundcoud to Dsund even peopel offering services to move all theri songs migratingthem from soundcloud to Dsound!
hey you might even need to create a Steemit Setup system on Dsound so u can sign peopel up to steemit instantly and use those siognups to use Dsound for them, and also explain how they can buy steempower and use it to increase curation rewards, i wish Dsound had liek special functon where itlet you earn on curation and showed all teh curatin rewards theer ion Dsound, and had a special feature that let you deposit Bitcoin and power up so you could actually make the author reward price go up when you upvpte, because new users will wanna know how they get more upvote power to give money for their upvtes, maybe we can tell users they can EARN that power by actualy posting songs? It is a cool system man its wrkong perfectly and actul good songs are getting to the top page! Its how i found the @mrviquez song inspired by @fyrtsikken "So you wanna buy some shitcoins" rap song that was #1 on Dsound for a while! 

Anyway songs on Dsound will one dat get up to the $1000 level and beyond and peopel will see Dsound as a serious way to make money! people will go on teher who donte ven knoabout steemit! its why you need a way to register peopel on steem blockchain yoursefl right on Dsound! think its possible wioth steemconnect maybe for fre tho?
properties (22)
authorackza
permlinkre-prc-re-ackza-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t123707114z
categorymusic
json_metadata{"tags":["music"],"users":["mrviquez","fyrtsikken"],"app":"steemit/0.1"}
created2017-10-20 12:37:06
last_update2017-10-20 12:37:06
depth3
children1
last_payout2017-10-27 12:37:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,861
author_reputation288,294,301,925,215
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,134,870
net_rshares0
@adamschockmusic ·
HELP: i jaust started to sort out my first  sounds i wanna post on dsound
but its unable to upload due to ifs offline ? do i really need to run ifs locally ? or is it just down at the moment ? please someone got an answer ?
properties (22)
authoradamschockmusic
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t145229026z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 14:52:30
last_update2017-10-11 14:52:30
depth1
children2
last_payout2017-10-18 14:52:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length223
author_reputation5,190,106,037
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,401,574
net_rshares0
@prc ·
On IPFS settings you see the state of local IPFS node... So it is fine to be offline if you don't have any local node running, which I presume it's your case. :) IPFS is a global network, if your online on the internet you are online with IPFS... But currently are some problems with the gateways... we hope it should stabilize soon. :)
👍  
properties (23)
authorprc
permlinkre-adamschockmusic-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t151244329z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 15:12:45
last_update2017-10-11 15:12:45
depth2
children1
last_payout2017-10-18 15:12:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length336
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,403,293
net_rshares1,670,666,647
author_curate_reward""
vote details (1)
@adamschockmusic ·
thank you for your reply. ok that means i don't have to install it on my local system :) wich is great.. thanks.. im waiting and fingers crossed .. boom x
properties (22)
authoradamschockmusic
permlinkre-prc-re-adamschockmusic-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t152045788z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 15:20:45
last_update2017-10-11 15:20:45
depth3
children0
last_payout2017-10-18 15:20:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length154
author_reputation5,190,106,037
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,403,957
net_rshares0
@adamschockmusic ·
I would so love to start with uploading my content.
But sadly the local ipfs keeps showing offline.. 

@prc 

Is there any easy "how to run / install" local ipfs ? 

Or any other update ? How is it possible people can upload stuff ? 
I'm really interested in learning this x
👍  
properties (23)
authoradamschockmusic
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171013t150245654z
categorymusic
json_metadata{"tags":["music"],"users":["prc"],"app":"steemit/0.1"}
created2017-10-13 15:02:48
last_update2017-10-13 15:02:48
depth1
children3
last_payout2017-10-20 15:02:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length274
author_reputation5,190,106,037
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,591,419
net_rshares601,574,962
author_curate_reward""
vote details (1)
@prc ·
I am sorry for the delay, but I was a few days off due to a surgery... It doesn't matter if it says offline in the settings, that means that you don't have IPFS installed, but you should be able to upload anyway. Although, there are problems with the upload IPFS gateway. I already reported yesterday, but still no resolution from the IPFS guys... Thanks.
👍  
properties (23)
authorprc
permlinkre-adamschockmusic-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t090943653z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 09:09:42
last_update2017-10-20 09:09:42
depth2
children2
last_payout2017-10-27 09:09:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length355
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,123,716
net_rshares1,611,537,343
author_curate_reward""
vote details (1)
@adamschockmusic ·
😳Hope the surgery went all well.

I figured out to install local ipfs now , not sure if everything works correct. As it still shows offline. 
But still no luck to get something uploaded anyways. 
Is there a recommendation about browser ? Any best solution ? 

Hot hot content waiting here 😎🎶🙏😅
properties (22)
authoradamschockmusic
permlinkre-prc-re-adamschockmusic-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171022t190002371z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-22 19:00:21
last_update2017-10-22 19:00:21
depth3
children1
last_payout2017-10-29 19:00:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length293
author_reputation5,190,106,037
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,322,701
net_rshares0
@adehandira ·
Great job friend.liked your post :)
properties (22)
authoradehandira
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20180415t121037916z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2018-04-15 12:10:42
last_update2018-04-15 12:10:42
depth1
children0
last_payout2018-04-22 12:10:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation819,060,510
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,187,402
net_rshares0
@adept · (edited)
$0.33
Awesome, when will DSound include a play counter?
👍  , , ,
properties (23)
authoradept
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t015844592z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 01:58:51
last_update2017-10-11 02:00:21
depth1
children2
last_payout2017-10-18 01:58:51
cashout_time1969-12-31 23:59:59
total_payout_value0.254 HBD
curator_payout_value0.072 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation8,040,321,452,972
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,349,815
net_rshares134,901,011,208
author_curate_reward""
vote details (4)
@prc ·
I am working on a way to store statistics to implement that... Thanks for the idea! :)
👍  
properties (23)
authorprc
permlinkre-adept-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t020144439z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 02:01:45
last_update2017-10-11 02:01:45
depth2
children1
last_payout2017-10-18 02:01:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,349,959
net_rshares5,526,941,465
author_curate_reward""
vote details (1)
@webresultat ·
Oh yes, that would be great!
properties (22)
authorwebresultat
permlinkre-prc-re-adept-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t022100188z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 02:21:00
last_update2017-10-11 02:21:00
depth3
children0
last_payout2017-10-18 02:21:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation1,752,533,557,763
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,350,974
net_rshares0
@ahlawat ·
excellent! upload music, i like it the your post, thanks
properties (22)
authorahlawat
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t040416285z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 04:04:21
last_update2017-10-11 04:04:21
depth1
children1
last_payout2017-10-18 04:04:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation48,755,975,904,528
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,357,027
net_rshares0
@prc ·
thanks! :)
properties (22)
authorprc
permlinkre-ahlawat-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t092139917z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:21:39
last_update2017-10-11 09:21:39
depth2
children0
last_payout2017-10-18 09:21:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,376,443
net_rshares0
@albertjester ·
Wow.. that application good for musician want share they song.
properties (22)
authoralbertjester
permlinkre-prc-20171012t14744957z
categorymusic
json_metadata{"tags":"music","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-12 07:07:54
last_update2017-10-12 07:07:54
depth1
children1
last_payout2017-10-19 07:07:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation13,474,383,846,166
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,465,566
net_rshares0
@prc ·
That's it! :)
properties (22)
authorprc
permlinkre-albertjester-re-prc-20171012t14744957z-20171012t162808021z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:28:06
last_update2017-10-12 16:28:06
depth2
children0
last_payout2017-10-19 16:28:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,506,650
net_rshares0
@amanmender ·
Very Cool. I was just starting to think of making my own steem based audio sharing website. Great job! Seems you have already done it!
properties (22)
authoramanmender
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171130t140246578z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-11-30 14:02:45
last_update2017-11-30 14:02:45
depth1
children0
last_payout2017-12-07 14:02:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length134
author_reputation17,383,140,937
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,995,092
net_rshares0
@arcange ·
Congratulations @prc!
Your post was mentioned in the [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20171011) in the following categories:

* Upvotes - Ranked 6 with 493 upvotes
* Comments - Ranked 5 with 154 comments
* Pending payout - Ranked 3 with $ 352,64
properties (22)
authorarcange
permlinkre-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t180554000z
categorymusic
json_metadata""
created2017-10-12 16:04:15
last_update2017-10-12 16:04:15
depth1
children0
last_payout2017-10-19 16:04:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length283
author_reputation1,148,349,221,690,653
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,504,798
net_rshares0
@art21 ·
Great Feature!!! But it takes a very long time to listen to anything ... is it just my internet connection or anybody else experiencing this? (as well got problems uploading things to dtube...)
properties (22)
authorart21
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t113045267z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 11:30:42
last_update2017-10-11 11:30:42
depth1
children6
last_payout2017-10-18 11:30:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length193
author_reputation24,653,505,478,120
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,385,784
net_rshares0
@prc ·
Thanks a lot! It will become faster once we have more IPFS nodes... :) And it depends a lot: you may make a request now and it will be immediate, and right after do the same and it takes a lot of time. IPFS is still very young and has these minor issues to polish still! :)
properties (22)
authorprc
permlinkre-art21-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t130421062z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 13:04:21
last_update2017-10-11 13:04:21
depth2
children5
last_payout2017-10-18 13:04:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length273
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,392,783
net_rshares0
@art21 ·
cool, nice to know it´s not a problem with my files or internet provider :) will keep on posting, this is really great and a big advantage for artists!!!
properties (22)
authorart21
permlinkre-prc-re-art21-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t151603734z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 15:16:03
last_update2017-10-11 15:16:03
depth3
children4
last_payout2017-10-18 15:16:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length153
author_reputation24,653,505,478,120
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,403,554
net_rshares0
@art21 ·
can anybody please tell me if you can listen to that track? Thanks!!! (i can´t load it, only happens to my own track, the others I can hear...really strange) https://dsound.audio/#/@art21/abolous-bassender-drum-and-bass
properties (22)
authorart21
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t113204155z
categorymusic
json_metadata{"tags":["music"],"links":["https://dsound.audio/#/@art21/abolous-bassender-drum-and-bass"],"app":"steemit/0.1"}
created2017-10-11 11:32:03
last_update2017-10-11 11:32:03
depth1
children1
last_payout2017-10-18 11:32:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length219
author_reputation24,653,505,478,120
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,385,898
net_rshares0
@art21 ·
now it works :) ... but still takes a lot time to load on some tracks.......but GREAT PLATFORM :) :)
properties (22)
authorart21
permlinkre-art21-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t120707041z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 12:07:03
last_update2017-10-11 12:07:03
depth2
children0
last_payout2017-10-18 12:07:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation24,653,505,478,120
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,388,462
net_rshares0
@ashaman ·
Thanks for the mention! I love the idea of this platform and am in the process of uploading my sets. 

It would be nice to see an increase in control/flexibility when it comes to tagging submissions - I'm not a fan of the way genres are prefixed with 'dsound-'. There also seem to be some inconsistencies with formatting of text/markup between  steemit.com and dtube...

What I'm really trying to ask is, does this project have a github or other more appropriate avenue for contributions?
👍  
properties (23)
authorashaman
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t150215782z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 15:02:15
last_update2017-10-11 15:02:15
depth1
children5
last_payout2017-10-18 15:02:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length488
author_reputation3,785,245,463,720
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,402,361
net_rshares1,696,108,271
author_curate_reward""
vote details (1)
@prc ·
$0.13
Thanks a lot! :) The prefix is related to the way STEEM blockchain internally works and the available queries that are available. To enable browsing for tags, which I think is crucial for DSound I had to have a way to isolate only DSound posts, so that's why the prefix. But you're right, maybe there are some improvements to be made... ;) DSound is not opensource for now... It probably will in the future, but after it get's enough maturity to have a live of it's own...
👍  
properties (23)
authorprc
permlinkre-ashaman-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t152421918z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 15:24:21
last_update2017-10-11 15:24:21
depth2
children4
last_payout2017-10-18 15:24:21
cashout_time1969-12-31 23:59:59
total_payout_value0.096 HBD
curator_payout_value0.031 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length472
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,404,299
net_rshares53,638,057,283
author_curate_reward""
vote details (1)
@ashaman ·
>> DSound is not opensource for now... It probably will in the future, but after it get's enough maturity to have a live of it's own...

Fair enough. I was just offering to help. 

Are you aware of RAM usage issues when processing audio? The browser process (I've tried both FF-Beta and Chromium) requires multiple gigs to  process file that's <512MB. Doesn't seem to make a difference whether its flac, wav, or mp3.

Also, it would be nice if a remote IPFS node can be specified - it would be a lot more convenient to have my node running in a jail on my fileserver than locally.
properties (22)
authorashaman
permlinkre-prc-re-ashaman-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t231105270z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 23:11:06
last_update2017-10-11 23:11:06
depth3
children3
last_payout2017-10-18 23:11:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length580
author_reputation3,785,245,463,720
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,437,432
net_rshares0
@athoughtbytim ·
Can't wait to try this out!
properties (22)
authorathoughtbytim
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t091739922z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 09:17:39
last_update2017-10-12 09:17:39
depth1
children1
last_payout2017-10-19 09:17:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation31,217,037,802
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,474,158
net_rshares0
@prc ·
Just do it! :) Thanks!
properties (22)
authorprc
permlinkre-athoughtbytim-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t163056293z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:30:57
last_update2017-10-12 16:30:57
depth2
children0
last_payout2017-10-19 16:30:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,506,889
net_rshares0
@authenticbeatz ·
This is cool, cant wait to try it out.
properties (22)
authorauthenticbeatz
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171024t204622283z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-24 20:46:24
last_update2017-10-24 20:46:24
depth1
children1
last_payout2017-10-31 20:46:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation803,166,345,562
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,480,603
net_rshares0
@prc ·
Thanks! :)
properties (22)
authorprc
permlinkre-authenticbeatz-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171028t101809963z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-28 10:18:06
last_update2017-10-28 10:18:06
depth2
children0
last_payout2017-11-04 10:18:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,766,661
net_rshares0
@authenticbeatz ·
Can i upload a remix i did, the instrumental was created by me?
properties (22)
authorauthenticbeatz
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171024t214614541z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-24 21:46:24
last_update2017-10-24 21:46:24
depth1
children1
last_payout2017-10-31 21:46:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation803,166,345,562
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,483,634
net_rshares0
@prc ·
Please do! DSound is all about remix culture and empowering music creators to publish their works!!! ;)
properties (22)
authorprc
permlinkre-authenticbeatz-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171028t102001186z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-28 10:19:57
last_update2017-10-28 10:19:57
depth2
children0
last_payout2017-11-04 10:19:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,766,775
net_rshares0
@authenticbeatz ·
Can i upload a remix i did, the instrumental was created by me?
properties (22)
authorauthenticbeatz
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171024t221241506z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-24 22:12:42
last_update2017-10-24 22:12:42
depth1
children0
last_payout2017-10-31 22:12:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation803,166,345,562
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,484,826
net_rshares0
@bangmol ·
very good and helpful information. thank you
Good job and nice post
properties (22)
authorbangmol
permlinkre-prc-20171011t104514232z
categorymusic
json_metadata{"tags":"music","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-11 03:45:18
last_update2017-10-11 03:45:18
depth1
children1
last_payout2017-10-18 03:45:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation2,378,209,756,471
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,355,941
net_rshares0
@prc ·
Thanks! :)
properties (22)
authorprc
permlinkre-bangmol-re-prc-20171011t091402090z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:14:03
last_update2017-10-11 09:14:03
depth2
children0
last_payout2017-10-18 09:14:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,375,871
net_rshares0
@birdinc ·
$0.33
Excellent progress. Can't wait for the dSound SMT!!
👍  , ,
properties (23)
authorbirdinc
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t145719191z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 14:57:18
last_update2017-10-11 14:57:18
depth1
children1
last_payout2017-10-18 14:57:18
cashout_time1969-12-31 23:59:59
total_payout_value0.324 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation7,641,301,280,384
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,401,961
net_rshares137,182,149,446
author_curate_reward""
vote details (3)
@prc ·
$0.07
Thanks a lot! :) Still don't know if that will be the way... But looks like a very promising one!
👍  ,
properties (23)
authorprc
permlinkre-birdinc-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t151558411z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 15:16:00
last_update2017-10-11 15:16:00
depth2
children0
last_payout2017-10-18 15:16:00
cashout_time1969-12-31 23:59:59
total_payout_value0.052 HBD
curator_payout_value0.015 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,403,547
net_rshares29,006,511,620
author_curate_reward""
vote details (2)
@bitcoinparadise ·
Thanks for the hard work on improvements. Dsound will get to where we want it in time. Keep at it!
properties (22)
authorbitcoinparadise
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t071222608z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 07:12:21
last_update2017-10-11 07:12:21
depth1
children1
last_payout2017-10-18 07:12:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation52,935,636,369,082
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,367,855
net_rshares0
@prc ·
Thanks! :) Looking forward to it...
properties (22)
authorprc
permlinkre-bitcoinparadise-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t092920428z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:29:21
last_update2017-10-11 09:29:21
depth2
children0
last_payout2017-10-18 09:29:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,376,979
net_rshares0
@bitgeek ·
comment
Congratulations @prc, this post is the  most rewarded post (based on pending payouts) in the last 12 hours written by a Superuser account holder (accounts that hold between 1 and 10 Mega Vests). The total number of posts by Superuser account holders during this period was 615 and the total pending payments to posts in this category was $4012.01. To see the full list of highest paid posts across all accounts categories, [click here](www.steemit.com/steemit/@bitgeek/payout-stats-report-for-11th-october-2017--part-ii). 

If you do not wish to receive these messages in future, please reply stop to this comment.
properties (22)
authorbitgeek
permlinkre-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t063208
categorymusic
json_metadata""
created2017-10-11 06:32:12
last_update2017-10-11 06:32:12
depth1
children0
last_payout2017-10-18 06:32:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length615
author_reputation13,049,044,453,787
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,365,313
net_rshares0
@bleepcoin ·
Great news, will be promoting dsound to the max here in London!
👍  
properties (23)
authorbleepcoin
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t064552351z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 06:45:48
last_update2017-10-11 06:45:48
depth1
children1
last_payout2017-10-18 06:45:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation30,703,823,306,707
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,366,190
net_rshares0
author_curate_reward""
vote details (1)
@prc ·
Thanks a lot! :) Please do, now it's the time as it is getting a lot more performant and stable... Let's make this community grow together! ;)
properties (22)
authorprc
permlinkre-bleepcoin-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t092713567z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:27:12
last_update2017-10-11 09:27:12
depth2
children0
last_payout2017-10-18 09:27:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length142
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,376,832
net_rshares0
@catertunechi ·
Nice✌
properties (22)
authorcatertunechi
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t224710758z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 22:47:15
last_update2017-10-11 22:47:15
depth1
children0
last_payout2017-10-18 22:47:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation85,221,689
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,436,135
net_rshares0
@cryptogasm ·
# great stuff!
properties (22)
authorcryptogasm
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t095910435z
categorymusic
json_metadata{"tags":["music"],"community":"busy","app":"busy/2.0.0"}
created2017-10-11 09:59:09
last_update2017-10-11 09:59:09
depth1
children1
last_payout2017-10-18 09:59:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation36,096,349,634
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,379,012
net_rshares0
@prc ·
thanks! :)
👍  
properties (23)
authorprc
permlinkre-cryptogasm-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t101504458z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 10:15:06
last_update2017-10-11 10:15:06
depth2
children0
last_payout2017-10-18 10:15:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,380,194
net_rshares1,297,126,284
author_curate_reward""
vote details (1)
@dan-atstarlite ·
Great work on this! So exciting! Is it going to be possible to purchase tracks with STEEM or SBD?
properties (22)
authordan-atstarlite
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t021113381z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 02:11:12
last_update2017-10-11 02:11:12
depth1
children1
last_payout2017-10-18 02:11:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation45,283,606,119,504
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,350,427
net_rshares0
@prc ·
The sky is the limit... Right now I am designing a business strategy for this project. It has a life of it's own... :) Thanks!
👍  
properties (23)
authorprc
permlinkre-dan-atstarlite-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t022011682z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 02:20:12
last_update2017-10-11 02:20:12
depth2
children0
last_payout2017-10-18 02:20:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length126
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,350,921
net_rshares5,883,907,593
author_curate_reward""
vote details (1)
@davidfar ·
@prc thank you for bring the Dsound to us, thanks for all the great things you did for all the artists and musicians in Steemit, I have a request, I think that you must add a play shape on the photo when we posting our dsound musics, some people may don't understand that it's a sound and not just a photo, also if there is a way to add a play button inside the post and not sending the viewer to dsound's site, it can be really great.
many thanks brother!!!
properties (22)
authordavidfar
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171111t093019247z
categorymusic
json_metadata{"tags":["music"],"users":["prc"],"app":"steemit/0.1"}
created2017-11-11 09:30:24
last_update2017-11-11 09:30:24
depth1
children2
last_payout2017-11-18 09:30:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length458
author_reputation106,364,076,826,918
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,038,420
net_rshares0
@prc ·
Thanks for the idea man! :) The play shape may be possible and interesting. The player in the post is dependant of steemit.com policies for embedding content, and for now they are not planning on integrating dsound or any other content provider... Many thanks! ;)
properties (22)
authorprc
permlinkre-davidfar-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171117t233919548z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-11-17 23:39:18
last_update2017-11-17 23:39:18
depth2
children1
last_payout2017-11-24 23:39:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length263
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,725,551
net_rshares0
@petalsandthorns ·
$0.06
It is pretty unshareable on almost all external sites, which is a definitely a shame. Agree with @davidfar most people will think it is just hack code to a shady site, or literally just a picture. Soundcloud has been around for what like 10 years? I'm sure it is a pain in the ass to code all of this, but some serious fundamental basics are missing that would help propel dsound to the next level!
👍  
properties (23)
authorpetalsandthorns
permlinkre-prc-re-davidfar-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20180125t235214589z
categorymusic
json_metadata{"tags":["music"],"users":["davidfar"],"app":"steemit/0.1"}
created2018-01-25 23:52:15
last_update2018-01-25 23:52:15
depth3
children0
last_payout2018-02-01 23:52:15
cashout_time1969-12-31 23:59:59
total_payout_value0.043 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length398
author_reputation3,592,805,214,887
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id32,325,228
net_rshares6,945,251,833
author_curate_reward""
vote details (1)
@decentropia ·
$0.34
Great job and thanks for hard work. I have listen to some musics by steemitians. Definitely, there are lots of scope of SMT (as mentioned by @birdinc) for DSound and DTube, other such services.
👍  ,
properties (23)
authordecentropia
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t042555921z
categorymusic
json_metadata{"tags":["music"],"users":["birdinc"],"app":"steemit/0.1"}
created2017-10-12 04:25:57
last_update2017-10-12 04:25:57
depth1
children1
last_payout2017-10-19 04:25:57
cashout_time1969-12-31 23:59:59
total_payout_value0.254 HBD
curator_payout_value0.082 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length193
author_reputation21,973,876,919,078
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,455,626
net_rshares138,990,668,853
author_curate_reward""
vote details (2)
@prc ·
Thanks a lot! :) Thinking about it...
properties (22)
authorprc
permlinkre-decentropia-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t162521171z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:25:21
last_update2017-10-12 16:25:21
depth2
children0
last_payout2017-10-19 16:25:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length37
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,506,437
net_rshares0
@dennica ·
I cant upload anything!!!
properties (22)
authordennica
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171016t040301217z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-16 04:03:03
last_update2017-10-16 04:03:03
depth1
children5
last_payout2017-10-23 04:03:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation22,069,126,762
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,799,766
net_rshares0
@prc ·
I am sorry but there are problems with the upload IPFS gateway. I already reported yesterday, but still no resolution from the IPFS guys... Please be patient, thank you.
👍  
properties (23)
authorprc
permlinkre-dennica-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t100131487z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 10:01:33
last_update2017-10-20 10:01:33
depth2
children4
last_payout2017-10-27 10:01:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length169
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,127,174
net_rshares598,474,060
author_curate_reward""
vote details (1)
@dennica ·
ok) im patient) and wait... wait... wait...$)))
properties (22)
authordennica
permlinkre-prc-re-dennica-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171025t003046371z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-25 00:30:45
last_update2017-10-25 00:30:45
depth3
children3
last_payout2017-11-01 00:30:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation22,069,126,762
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,490,832
net_rshares0
@dibakar65 ·
nices
properties (22)
authordibakar65
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t111106824z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 11:11:12
last_update2017-10-12 11:11:12
depth1
children0
last_payout2017-10-19 11:11:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation2,159,367,718
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,481,466
net_rshares0
@djlethalskillz ·
@prc Peace mah man, lovin the tweaks and better stability on DSound, just a little feature if possible to consider in the next updates.. Pls if u can add a volume control in the player itself that will be great and great for more lazy people :P Kudos on ther great works, keep it up!
properties (22)
authordjlethalskillz
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171024t054224463z
categorymusic
json_metadata{"tags":["music"],"users":["prc"],"app":"steemit/0.1"}
created2017-10-24 05:42:27
last_update2017-10-24 05:42:27
depth1
children1
last_payout2017-10-31 05:42:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length283
author_reputation194,550,162,838,708
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,427,407
net_rshares0
@prc ·
Noted down on the roadmap! Thanks! :)
properties (22)
authorprc
permlinkre-djlethalskillz-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171028t100209716z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-28 10:02:06
last_update2017-10-28 10:02:06
depth2
children0
last_payout2017-11-04 10:02:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length37
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,765,678
net_rshares0
@dreamrafa ·
Thanks for the mention my friend!... Nice to see the development is going forward, even if its just little steps, every step is important!...
I would love to see integration to other platforms, that would be HUGE, and would help us bring more people to the steem blockchain...
Also something i would like to see is the embed playback :)
Hope you continue doing this great project!
properties (22)
authordreamrafa
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t022636135z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 02:26:42
last_update2017-10-11 02:26:42
depth1
children1
last_payout2017-10-18 02:26:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length380
author_reputation178,378,192,142,151
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,351,334
net_rshares0
@prc ·
You deserved it! :) Embedded playback is also on my list, as well as integration which I wrote on the paper... Keep tuned and thanks a lot for riding along with DSound! ;)
properties (22)
authorprc
permlinkre-dreamrafa-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t023237991z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 02:32:39
last_update2017-10-11 02:32:39
depth2
children0
last_payout2017-10-18 02:32:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length171
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,351,730
net_rshares0
@dreamrafa ·
![](https://steemitimages.com/DQmcNnWDfTnVrnTckRSwJa9mdzbEwo2EoPg5r7LXezeFP1A/image.png)
Cant upload :( ... Hope you can fix this...
properties (22)
authordreamrafa
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171019t013845571z
categorymusic
json_metadata{"tags":["music"],"image":["https://steemitimages.com/DQmcNnWDfTnVrnTckRSwJa9mdzbEwo2EoPg5r7LXezeFP1A/image.png"],"app":"steemit/0.1"}
created2017-10-19 01:38:42
last_update2017-10-19 01:38:42
depth1
children4
last_payout2017-10-26 01:38:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length132
author_reputation178,378,192,142,151
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,015,025
net_rshares0
@prc ·
**Attention:** I am sorry to announce that there are problems with the upload IPFS gateway. I already reported yesterday, but still no resolution from the IPFS guys... Please be patient, thank you.
properties (22)
authorprc
permlinkre-dreamrafa-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t084112829z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 08:41:12
last_update2017-10-20 08:41:12
depth2
children3
last_payout2017-10-27 08:41:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length197
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,121,802
net_rshares0
@dreamrafa ·
Hope you can get that fixed soon my friend!, please keep us updated! :)
properties (22)
authordreamrafa
permlinkre-prc-re-dreamrafa-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t160927155z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 16:09:27
last_update2017-10-20 16:09:27
depth3
children2
last_payout2017-10-27 16:09:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length71
author_reputation178,378,192,142,151
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,141,696
net_rshares0
@edb1984 · (edited)
THE END...
...
OF SOUNDCLOUD
properties (22)
authoredb1984
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t155308347z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 15:53:15
last_update2017-10-12 15:53:45
depth1
children3
last_payout2017-10-19 15:53:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation465,647,102,445
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,503,821
net_rshares0
@dennica ·
you think so?! i cant upload here anything!!
properties (22)
authordennica
permlinkre-edb1984-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171016t043201385z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-16 04:32:00
last_update2017-10-16 04:32:00
depth2
children1
last_payout2017-10-23 04:32:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation22,069,126,762
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,801,081
net_rshares0
@edb1984 · (edited)
$0.14
Yes, but eventually. Nothing is created fully formed of nothing.
👍  ,
properties (23)
authoredb1984
permlinkre-dennica-re-edb1984-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t225718051z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 22:57:30
last_update2017-10-20 22:57:45
depth3
children0
last_payout2017-10-27 22:57:30
cashout_time1969-12-31 23:59:59
total_payout_value0.107 HBD
curator_payout_value0.034 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation465,647,102,445
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,170,061
net_rshares62,608,933,529
author_curate_reward""
vote details (2)
@prc ·
We'll see... :)
properties (22)
authorprc
permlinkre-edb1984-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t163422563z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:34:21
last_update2017-10-12 16:34:21
depth2
children0
last_payout2017-10-19 16:34:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,507,128
net_rshares0
@fanisk ·
Thanks for support :)
properties (22)
authorfanisk
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171016t035003863z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-16 03:50:06
last_update2017-10-16 03:50:06
depth1
children0
last_payout2017-10-23 03:50:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation3,163,299,042,654
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,799,182
net_rshares0
@fararizky ·
Wow.. Great app
properties (22)
authorfararizky
permlinkre-prc-20171013t13237425z
categorymusic
json_metadata{"tags":"music","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-12 18:32:39
last_update2017-10-12 18:32:39
depth1
children1
last_payout2017-10-19 18:32:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation25,882,002,454,497
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,516,429
net_rshares0
@prc ·
Thanks! :)
properties (22)
authorprc
permlinkre-fararizky-re-prc-20171013t13237425z-20171020t085100278z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 08:51:03
last_update2017-10-20 08:51:03
depth2
children0
last_payout2017-10-27 08:51:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,122,444
net_rshares0
@fawadsolangi ·
I have tried the audio version its awesome. highly recommended.
properties (22)
authorfawadsolangi
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t100203372z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 10:02:15
last_update2017-10-11 10:02:15
depth1
children0
last_payout2017-10-18 10:02:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation-87,866,079,410
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,379,239
net_rshares0
@friggis · (edited)
Hi, excellent work - love this! I have just tried to upload a music sample I created years ago but it gets stuck on  'processing your sound' - its been like that for a good 20 minutes. Should i just be more patient? The file is only 4.4MBs. Thanks
properties (22)
authorfriggis
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t215043815z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 21:50:42
last_update2017-10-11 21:51:30
depth1
children1
last_payout2017-10-18 21:50:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length247
author_reputation40,361,483
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,433,072
net_rshares0
@prc ·
Thanks a lot! :) It really depends on the IPFS network state... Sometimes it's quick, other times is slow the upload, nothing that I can solve. Until we have loads of IPFS nodes around it will be like this... Please keep trying, ok? ;)
properties (22)
authorprc
permlinkre-friggis-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t160339467z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:03:39
last_update2017-10-12 16:03:39
depth2
children0
last_payout2017-10-19 16:03:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length235
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,504,744
net_rshares0
@greatestjourney ·
I love the idea of Dsound and how it extend to benefit content creators and artists. My concern is why the focus is only on music. Is that to say podcasts and audio books are not allowed?

Surely Dsound is a crypto rewarding version of Soundcloud? We know Soundcloud is out of business so where are all the podcasters and broadcasters going to host their content? Stitcher too is not rewarding.

Thoughts?
properties (22)
authorgreatestjourney
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t005256634z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 00:52:57
last_update2017-10-12 00:52:57
depth1
children1
last_payout2017-10-19 00:52:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length405
author_reputation604,197,045,697
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,443,400
net_rshares0
@prc ·
Thanks a lot! :) And DSound is not only about music! It is for all audio/sound content. These are the sound types:
![Screen Shot 2017-10-12 at 17.12.01.png](https://steemitimages.com/DQmRs9rwVBcspPcRYh4V2NxE5NYNygoHAUDXHjXoUPxF6z2/Screen%20Shot%202017-10-12%20at%2017.12.01.png)
👍  
properties (23)
authorprc
permlinkre-greatestjourney-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t161229596z
categorymusic
json_metadata{"tags":["music"],"image":["https://steemitimages.com/DQmRs9rwVBcspPcRYh4V2NxE5NYNygoHAUDXHjXoUPxF6z2/Screen%20Shot%202017-10-12%20at%2017.12.01.png"],"app":"steemit/0.1"}
created2017-10-12 16:12:33
last_update2017-10-12 16:12:33
depth2
children0
last_payout2017-10-19 16:12:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length278
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,505,455
net_rshares185,975,815
author_curate_reward""
vote details (1)
@greatestjourney ·
Is it going to be possible to allow embedding like Soundcloud?
properties (22)
authorgreatestjourney
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t054246800z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 05:42:54
last_update2017-10-12 05:42:54
depth1
children1
last_payout2017-10-19 05:42:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation604,197,045,697
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,460,216
net_rshares0
@prc ·
It's on my shortlist... ;)
👍  
properties (23)
authorprc
permlinkre-greatestjourney-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t162551646z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:25:51
last_update2017-10-12 16:25:51
depth2
children0
last_payout2017-10-19 16:25:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,506,473
net_rshares190,439,235
author_curate_reward""
vote details (1)
@greatwolf · (edited)
Is there a way to adjust playback volume? I can't find a way to do it through the webui. I thought it was following the same design layout as soundcloud but the volume adjustment is missing.
properties (22)
authorgreatwolf
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171017t194646323z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-17 19:46:12
last_update2017-10-17 19:46:54
depth1
children3
last_payout2017-10-24 19:46:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length190
author_reputation230,281,878,155
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,918,062
net_rshares0
@prc ·
Actually it is by design that I didn't implement it. I never used it on any other platforms, soundcloud or others... Can you please tell me more about your workflow and why you feel the need for a volume control inside DSound? Why the global volume your computer is not enough? This is important so I can prioritise and define future features...
properties (22)
authorprc
permlinkre-greatwolf-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t101320492z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 10:13:24
last_update2017-10-20 10:13:24
depth2
children2
last_payout2017-10-27 10:13:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length345
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,127,898
net_rshares0
@greatwolf ·
it's mainly a ui/ux issue. In case the sound volume is too high or low, it's important to have a specific volume adjustment just for that. The first place the user would look is for a volume knob somewhere in the webui. It's kind of like the 'start' button in windows.

Most of the video players and audio players found on a site has some way to adjust volume right on the player itself so this only makes sense.
properties (22)
authorgreatwolf
permlinkre-prc-re-greatwolf-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171024t200529936z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-24 20:05:06
last_update2017-10-24 20:05:06
depth3
children1
last_payout2017-10-31 20:05:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length412
author_reputation230,281,878,155
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,478,428
net_rshares0
@harish786 ·
dope stuff! music is what all of us are in need of... it really relaxes our brain at sometime. But, the truth is people listen to the music , when they are sad they listen to the lyrics. I really loved your post!
properties (22)
authorharish786
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t162230221z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:22:45
last_update2017-10-12 16:22:45
depth1
children1
last_payout2017-10-19 16:22:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length212
author_reputation-4,256,592,784
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,506,242
net_rshares0
@prc ·
Thanks! :)
properties (22)
authorprc
permlinkre-harish786-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t163535542z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:35:36
last_update2017-10-12 16:35:36
depth2
children0
last_payout2017-10-19 16:35:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,507,219
net_rshares0
@harish786 ·
music is dope! i really liked your blog! the truth is people listen to the music when they are happy but when they are sad they listen to the lyrics
properties (22)
authorharish786
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t162454649z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:25:00
last_update2017-10-12 16:25:00
depth1
children0
last_payout2017-10-19 16:25:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length148
author_reputation-4,256,592,784
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,506,418
net_rshares0
@hellvetica ·
@prc how would that work with sound like in this video? https://dtube.video/#!/v/hellvetica/kdus4nxg
properties (22)
authorhellvetica
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t083652750z
categorymusic
json_metadata{"tags":["music"],"users":["prc"],"links":["https://dtube.video/#!/v/hellvetica/kdus4nxg"],"app":"steemit/0.1"}
created2017-10-12 08:37:00
last_update2017-10-12 08:37:00
depth1
children1
last_payout2017-10-19 08:37:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation84,850,024,894
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,471,421
net_rshares0
@prc ·
It works with any sound... :)
properties (22)
authorprc
permlinkre-hellvetica-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t163027333z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:30:27
last_update2017-10-12 16:30:27
depth2
children0
last_payout2017-10-19 16:30:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,506,856
net_rshares0
@hygge ·
There are so many interesting things to note. I read well.
properties (22)
authorhygge
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t023535191z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 02:35:36
last_update2017-10-11 02:35:36
depth1
children0
last_payout2017-10-18 02:35:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation3,174,533,283,781
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,351,909
net_rshares0
@ifreakdarhytme ·
Great work 
properties (22)
authorifreakdarhytme
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t085149343z
categorymusic
json_metadata{"tags":["music"],"community":"busy","app":"busy/2.0.0"}
created2017-10-11 08:51:48
last_update2017-10-11 08:51:48
depth1
children2
last_payout2017-10-18 08:51:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation1,030,716,581,208
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,374,160
net_rshares0
@prc ·
Look who's here! Thanks a lot Naq! :)
I went running to take a listen to your DJ sets and wanted to let you know that they don't appear in DSound... :(
I took a look at it and it seems that you published with DSound, but then went to edit them using Busy 2, am I correct? So it seems that Busy 2 is removing the metadata that DSound stored alongside the post, so rendering the post impossible to show in DSound. Will talk to the Busy 2  guys, but in the meanwhile can you please re-upload the DJ sets on DSound using the same title? That will fix the issue, but please do not edit them in Busy... ;)
Looking forward to listen to your sets man, big fan! :D
properties (22)
authorprc
permlinkre-ifreakdarhytme-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t094701365z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:47:00
last_update2017-10-11 09:47:00
depth2
children1
last_payout2017-10-18 09:47:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length655
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,378,220
net_rshares0
@ifreakdarhytme ·
Thank you for the quick reply , I will follow all your advice ;)
I'll upload a set tonight , very happy you Fan , thanks lot  . 
![l.gif](https://res.cloudinary.com/hpiynhbhq/image/upload/v1508086331/omloaculzdqt2kavec4h.gif)

properties (22)
authorifreakdarhytme
permlinkre-prc-re-ifreakdarhytme-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171015t165248681z
categorymusic
json_metadata{"tags":["music"],"community":"busy","app":"busy/2.0.0"}
created2017-10-15 16:52:51
last_update2017-10-15 16:52:51
depth3
children0
last_payout2017-10-22 16:52:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length227
author_reputation1,030,716,581,208
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,762,952
net_rshares0
@ifreakdarhytme ·
I put some mix on line but I do not see them on my page, is it normal? 
![22429117_10159370501745117_1852822967_o.jpg](https://res.cloudinary.com/hpiynhbhq/image/upload/v1508080943/yiivk0l42v6z5egby5lx.jpg)
properties (22)
authorifreakdarhytme
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171015t152237139z
categorymusic
json_metadata{"tags":["music"],"community":"busy","app":"busy/2.0.0"}
created2017-10-15 15:22:39
last_update2017-10-15 15:22:39
depth1
children1
last_payout2017-10-22 15:22:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length207
author_reputation1,030,716,581,208
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,756,628
net_rshares0
@prc ·
I took a look at it and it seems that you published with DSound, but then went to edit them using Busy 2, am I correct? So it seems that Busy 2 is removing the metadata that DSound stored alongside the post, so rendering the post impossible to show in DSound. Will talk to the Busy 2 guys, but in the meanwhile can you please re-upload the DJ sets on DSound using the same title? That will fix the issue, but please do not edit them in Busy... ;)
Hope you manage to upload! Looking forward to hear your sets! :)
properties (22)
authorprc
permlinkre-ifreakdarhytme-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t095604795z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 09:56:06
last_update2017-10-20 09:56:06
depth2
children0
last_payout2017-10-27 09:56:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length511
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,126,825
net_rshares0
@imidiwan ·
Hey, man I have tried to upload a 01.17h long piece of work and have failed several times. It is a waw file and I cannot use the mp3 of it while trying to upload. I am not aware what the cause might be but maybe you have some alternative tipps? Which browser would you recommend using ?
Thanks
properties (22)
authorimidiwan
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171016t173323224z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-16 17:36:42
last_update2017-10-16 17:36:42
depth1
children2
last_payout2017-10-23 17:36:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length293
author_reputation18,934,006,854
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,838,235
net_rshares0
@dennica ·
uploading doesnt work here, the same as a support
properties (22)
authordennica
permlinkre-imidiwan-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171018t234748938z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-18 23:47:48
last_update2017-10-18 23:47:48
depth2
children0
last_payout2017-10-25 23:47:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation22,069,126,762
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,009,361
net_rshares0
@prc ·
For long pieces you have to upload on a machine with a lot of RAM. DSound needs to process your audio on the browser, meaning it will have to decode it and process the decoded audio in RAM. I use Chrome, but any browser should work... Hope this helps, if not come back to the #dsound channel on https://steemit.chat with details...
👍  
properties (23)
authorprc
permlinkre-imidiwan-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t100633927z
categorymusic
json_metadata{"tags":["music","dsound"],"links":["https://steemit.chat"],"app":"steemit/0.1"}
created2017-10-20 10:06:33
last_update2017-10-20 10:06:33
depth2
children0
last_payout2017-10-27 10:06:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length331
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,127,491
net_rshares610,877,667
author_curate_reward""
vote details (1)
@isaideureka ·
Hi @prc. I'm very interesting with your post. Can I translate your post to my language Indonesia?
👍  
properties (23)
authorisaideureka
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t161325680z
categorymusic
json_metadata{"tags":["music"],"users":["prc"],"app":"steemit/0.1"}
created2017-10-11 16:13:33
last_update2017-10-11 16:13:33
depth1
children1
last_payout2017-10-18 16:13:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation4,910,633,803,112
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,408,589
net_rshares882,039,599
author_curate_reward""
vote details (1)
@prc ·
Sure, go ahead... Thank you too! :)
👍  
properties (23)
authorprc
permlinkre-isaideureka-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t161820951z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 16:18:21
last_update2017-10-11 16:18:21
depth2
children0
last_payout2017-10-18 16:18:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,409,020
net_rshares760,178,865
author_curate_reward""
vote details (1)
@islandliving ·
This is my very first time hearing of DSOUND.  I'm gonna study on up
properties (22)
authorislandliving
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t190518064z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 19:05:18
last_update2017-10-11 19:05:18
depth1
children0
last_payout2017-10-18 19:05:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation4,480,914,891,869
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,421,784
net_rshares0
@jaalig ·
$0.27
Congratulations to the successful release D-Dound 0.2. Blockchain audio publishing will in all likelihood turn out to be a real game changer. Creators have the ability to real direct rewards for their efforts. Moreover, the platform let's artists establish a closer relationship to their fans. 

Technology such as this can serve as a template for the publishing of various types of content, ex. e-books, audiobooks, comics, etc. It's a shame that the music industry could never seem to embrace very forward looking technologies and thereby capture the listening public's imagination. These days, the most meaningful innovation seem to perculate up from grass-roots initiatives like those found here on Steemit rather than through established industry players.

I wish the devs continued success and hope that D-Sound will have a very bright future.
👍  , , , , , , , , , , ,
properties (23)
authorjaalig
permlinkre-prc-20171013t10486197z
categorymusic
json_metadata{"tags":"music","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-13 08:48:09
last_update2017-10-13 08:48:09
depth1
children1
last_payout2017-10-20 08:48:09
cashout_time1969-12-31 23:59:59
total_payout_value0.257 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length849
author_reputation4,181,204,716,594
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,566,484
net_rshares116,166,171,587
author_curate_reward""
vote details (12)
@prc ·
Thanks a lot for your words! :)
properties (22)
authorprc
permlinkre-jaalig-re-prc-20171013t10486197z-20171020t090542532z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 09:05:45
last_update2017-10-20 09:05:45
depth2
children0
last_payout2017-10-27 09:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,123,428
net_rshares0
@jayantihaldar ·
Thanks to Post
properties (22)
authorjayantihaldar
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t160444911z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 16:04:54
last_update2017-10-11 16:04:54
depth1
children0
last_payout2017-10-18 16:04:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation389,709,178,639
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,407,771
net_rshares0
@jcuba ·
Great @prc :-) You are doing a great job.

There is possibility to embed individual tracks or playlists on third party websites?

A little as it happens for soundcloud and other applications.

Keep doing this, you're going to the big.

PS: It would be nice soon have a detailed analytical report of play on the tracks and watching time.
properties (22)
authorjcuba
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t135940667z
categorymusic
json_metadata{"tags":["music"],"users":["prc"],"app":"steemit/0.1"}
created2017-10-11 13:54:12
last_update2017-10-11 13:54:12
depth1
children1
last_payout2017-10-18 13:54:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length336
author_reputation172,645,147,122
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,396,733
net_rshares0
@prc ·
Thanks a lot! :) Both features are on my shortlist for next developments...
properties (22)
authorprc
permlinkre-jcuba-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t150045767z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 15:00:45
last_update2017-10-11 15:00:45
depth2
children0
last_payout2017-10-18 15:00:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,402,246
net_rshares0
@jehanzeb4u · (edited)
Many congratulation on huge success. This version is real nice. Though I would love to have local IPFS node helper. Looking forward to new version. 
Best of luck for the future and thanks for this amazing DSound.
properties (22)
authorjehanzeb4u
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t020816065z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 02:08:30
last_update2017-10-11 02:30:42
depth1
children1
last_payout2017-10-18 02:08:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length212
author_reputation108,766,276,056
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,350,290
net_rshares0
@prc ·
It  will come! :) Thanks a lot!
properties (22)
authorprc
permlinkre-jehanzeb4u-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t021129775z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 02:11:30
last_update2017-10-11 02:11:30
depth2
children0
last_payout2017-10-18 02:11:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,350,438
net_rshares0
@jerrysakala ·
$0.05
@prc Are you saying the business model of x% of author rewards to cover development/ maintenance cost is not sustainable? or are you seeing that as being a cost to user which you don't want them to have? I am of the view that musician/ artist/ creators are happy to part away with a share of the rewards given the current status of the industry where they are literally ripped off. #dsound is a valuable service in itself worth parting a share of liquid rewards for. Maybe others have a different view?
👍  ,
properties (23)
authorjerrysakala
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t092953097z
categorymusic
json_metadata{"tags":["music","dsound"],"users":["prc"],"app":"steemit/0.1"}
created2017-10-11 09:29:51
last_update2017-10-11 09:29:51
depth1
children1
last_payout2017-10-18 09:29:51
cashout_time1969-12-31 23:59:59
total_payout_value0.037 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length502
author_reputation7,739,093,585
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,377,026
net_rshares19,975,198,032
author_curate_reward""
vote details (2)
@prc ·
$0.02
Thanks @jerrysakala for your view. I also share that view, but I am looking forward to other possibilities in the blockchain industry that may be better suited for the purpose of freeing musicians, producers and music artists in general from the total madness of the existing system, just by building a better one on the side! :) The idea of my note was exactly to bring more people to the discussion so that we can brainstorm about it...
👍  
properties (23)
authorprc
permlinkre-jerrysakala-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t095540220z
categorymusic
json_metadata{"tags":["music"],"users":["jerrysakala"],"app":"steemit/0.1"}
created2017-10-11 09:55:39
last_update2017-10-11 09:55:39
depth2
children0
last_payout2017-10-18 09:55:39
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length438
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,378,774
net_rshares10,174,413,598
author_curate_reward""
vote details (1)
@jesselee ·
$0.47
Great stuff. 

I have uploaded but I will upload more brand new music this afternoon! such a great tool to use on here
👍  , , ,
properties (23)
authorjesselee
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t102132046z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 10:21:33
last_update2017-10-11 10:21:33
depth1
children3
last_payout2017-10-18 10:21:33
cashout_time1969-12-31 23:59:59
total_payout_value0.353 HBD
curator_payout_value0.115 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation393,139,301,237
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,380,657
net_rshares192,442,511,786
author_curate_reward""
vote details (4)
@prc ·
Thanks a lot! :) And please pass the word around! ;)
👍  , ,
properties (23)
authorprc
permlinkre-jesselee-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t103318614z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 10:33:18
last_update2017-10-11 10:33:18
depth2
children2
last_payout2017-10-18 10:33:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,381,467
net_rshares1,357,951,446
author_curate_reward""
vote details (3)
@doelist ·
I see from where you dig inspiration. Great work, but here is a problem - people could download music from free for use sites and then upload to DSOUND. From sites where you can download music for free and use it where you want.
properties (22)
authordoelist
permlinkre-prc-re-jesselee-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t154951775z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 15:51:45
last_update2017-10-11 15:51:45
depth3
children1
last_payout2017-10-18 15:51:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length228
author_reputation886,171,764,750
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,406,581
net_rshares0
@jjjjosue ·
have been trying to upload music since the sites inception to no avail, could use some help
properties (22)
authorjjjjosue
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t185743325z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 18:57:42
last_update2017-10-11 18:57:42
depth1
children2
last_payout2017-10-18 18:57:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length91
author_reputation2,170,562,026,915
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,421,253
net_rshares0
@prc ·
$0.05
Sorry to hear that... The has been som issues lately with IPFS gateways. :/
Keep on trying, if it continues to fail, please join #dsound channel on https://steemit.chat and we'll try to investigate your problem there, ok? Thanks!
👍  ,
properties (23)
authorprc
permlinkre-jjjjosue-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t191517721z
categorymusic
json_metadata{"tags":["music","dsound"],"links":["https://steemit.chat"],"app":"steemit/0.1"}
created2017-10-11 19:15:18
last_update2017-10-11 19:15:18
depth2
children1
last_payout2017-10-18 19:15:18
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length229
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,422,482
net_rshares22,370,610,409
author_curate_reward""
vote details (2)
@jjjjosue ·
thanks
properties (22)
authorjjjjosue
permlinkre-prc-re-jjjjosue-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t200634162z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 20:06:36
last_update2017-10-11 20:06:36
depth3
children0
last_payout2017-10-18 20:06:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation2,170,562,026,915
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,426,069
net_rshares0
@jonathanxvi ·
$0.07
Pretty cool :)
👍  ,
properties (23)
authorjonathanxvi
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t131746917z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 13:17:48
last_update2017-10-11 13:17:48
depth1
children1
last_payout2017-10-18 13:17:48
cashout_time1969-12-31 23:59:59
total_payout_value0.068 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation13,348,251,038,174
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,393,804
net_rshares28,229,004,848
author_curate_reward""
vote details (2)
@prc ·
Thanks! :)
properties (22)
authorprc
permlinkre-jonathanxvi-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t145754902z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 14:57:54
last_update2017-10-11 14:57:54
depth2
children0
last_payout2017-10-18 14:57:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,402,009
net_rshares0
@justafrood ·
Hope to one day post my music here, just some bass loops I'm working on
properties (22)
authorjustafrood
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t175007549z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 17:50:06
last_update2017-10-11 17:50:06
depth1
children1
last_payout2017-10-18 17:50:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length71
author_reputation4,214,631,366
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,416,419
net_rshares0
@prc ·
Please do! Thanks! :)
properties (22)
authorprc
permlinkre-justafrood-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t180518076z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 18:05:21
last_update2017-10-11 18:05:21
depth2
children0
last_payout2017-10-18 18:05:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,417,538
net_rshares0
@keks ·
$0.03
Thanks for letting us know!
👍  
properties (23)
authorkeks
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t184139837z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 18:41:42
last_update2017-10-11 18:41:42
depth1
children0
last_payout2017-10-18 18:41:42
cashout_time1969-12-31 23:59:59
total_payout_value0.030 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation3,120,009,340,054
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,420,115
net_rshares12,958,932,014
author_curate_reward""
vote details (1)
@khanfu ·
Hey thanks for starting Dsound! I've just joined today and been waiting for something like this to surface! 

I'm having trouble uploading to Dsound though. It says IPFS  is offline and I'm not tech savvy enough to install a local node (nor do I trust it to be honest). Any suggestions folks?
properties (22)
authorkhanfu
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t164700035z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:46:39
last_update2017-10-12 16:46:39
depth1
children1
last_payout2017-10-19 16:46:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length292
author_reputation10,898,158,347
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,508,112
net_rshares0
@prc ·
Thanks a lot! :) You don't need IPFS locally, although it would be a lot faster and better experience... Without IPFS locally it will show offline, but you can still upload to IPFS public network. It will be slower and more error prone, but works quite well... If it doesn't go try again later. If it doesn't go for  many tries, check your firewall, antivirus or network firewalls.
properties (22)
authorprc
permlinkre-khanfu-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t170559454z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 17:06:00
last_update2017-10-12 17:06:00
depth2
children0
last_payout2017-10-19 17:06:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length381
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,509,789
net_rshares0
@khellyshan ·
this is awesome
properties (22)
authorkhellyshan
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t085856883z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 08:58:57
last_update2017-10-11 08:58:57
depth1
children1
last_payout2017-10-18 08:58:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation96,371,963,165
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,374,662
net_rshares0
@prc ·
thanks! :)
properties (22)
authorprc
permlinkre-khellyshan-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t095009722z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:50:09
last_update2017-10-11 09:50:09
depth2
children0
last_payout2017-10-18 09:50:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,378,402
net_rshares0
@khurshid ·
follow me plz
properties (22)
authorkhurshid
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171030t170420365z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-30 17:04:21
last_update2017-10-30 17:04:21
depth1
children0
last_payout2017-11-06 17:04:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation4,352,807,177,429
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,994,930
net_rshares0
@kona ·
suppport...waiting for the more user friendly functions, if the iframe is supported will be great!
properties (22)
authorkona
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171014t053738069z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-14 05:37:39
last_update2017-10-14 05:37:39
depth1
children1
last_payout2017-10-21 05:37:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation39,758,138,507,499
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,640,259
net_rshares0
@prc ·
Thanks a lot! :) Keep tuned...
properties (22)
authorprc
permlinkre-kona-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t094309645z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 09:43:09
last_update2017-10-20 09:43:09
depth2
children0
last_payout2017-10-27 09:43:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,126,048
net_rshares0
@krazypoet ·
$0.25
Thanks so much, maybe i can finally upload, i have never been able too and have been pretty bummed about so this is awesome so glad to hear this... be well and steem on the dsound. @prc
👍  , , , , , , , , , ,
properties (23)
authorkrazypoet
permlinkre-prc-20171011t10297464z
categorymusic
json_metadata{"tags":"music","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-11 17:29:09
last_update2017-10-11 17:29:09
depth1
children1
last_payout2017-10-18 17:29:09
cashout_time1969-12-31 23:59:59
total_payout_value0.245 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length185
author_reputation36,122,398,770,722
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,414,757
net_rshares111,054,793,454
author_curate_reward""
vote details (11)
@prc ·
Many thanks! :)
properties (22)
authorprc
permlinkre-krazypoet-re-prc-20171011t10297464z-20171011t180559086z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 18:05:57
last_update2017-10-11 18:05:57
depth2
children0
last_payout2017-10-18 18:05:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,417,592
net_rshares0
@labri ·
Tell me about charges and minimum quantities of steem and sbd to convert in btc and fees also in blocktrades
properties (22)
authorlabri
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t163122591z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 16:31:33
last_update2017-10-11 16:31:33
depth1
children0
last_payout2017-10-18 16:31:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length108
author_reputation181,425,802,241
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,410,118
net_rshares0
@lazariko12 ·
<hr>
# Dsound is amazing, @prc! Thanks for sharing!
<hr>
properties (22)
authorlazariko12
permlinkre-prc-20171012t0215202z
categorymusic
json_metadata{"tags":"music","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-11 21:02:18
last_update2017-10-11 21:02:18
depth1
children1
last_payout2017-10-18 21:02:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation49,517,697,654,563
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,429,933
net_rshares0
@prc ·
Thanks! :)
properties (22)
authorprc
permlinkre-lazariko12-re-prc-20171012t0215202z-20171012t160114963z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:01:15
last_update2017-10-12 16:01:15
depth2
children0
last_payout2017-10-19 16:01:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,504,542
net_rshares0
@leoplaw ·
Awesome work @prc! Thank you for building this on the Steemit blockchain. Really looking forward to this taking off publicly. =)
properties (22)
authorleoplaw
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t065142060z
categorymusic
json_metadata{"tags":["music"],"users":["prc"],"app":"steemit/0.1"}
created2017-10-11 06:50:45
last_update2017-10-11 06:50:45
depth1
children3
last_payout2017-10-18 06:50:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length128
author_reputation189,628,210,789,149
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,366,495
net_rshares0
@prc ·
Thanks a lot! :) Let's spread the word and help it grow...
properties (22)
authorprc
permlinkre-leoplaw-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t092822692z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:28:21
last_update2017-10-11 09:28:21
depth2
children2
last_payout2017-10-18 09:28:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,376,913
net_rshares0
@leoplaw ·
I tell every music/sound producer I come across.
properties (22)
authorleoplaw
permlinkre-prc-re-leoplaw-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t163253650z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 16:31:57
last_update2017-10-11 16:31:57
depth3
children1
last_payout2017-10-18 16:31:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation189,628,210,789,149
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,410,157
net_rshares0
@lessless ·
Very impressive work! 

@prc can you please help me out with the login - steemit login/password results in "Invalid private posting key" error.
properties (22)
authorlessless
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171023t005437130z
categorymusic
json_metadata{"tags":["music"],"users":["prc"],"app":"steemit/0.1"}
created2017-10-23 00:54:51
last_update2017-10-23 00:54:51
depth1
children1
last_payout2017-10-30 00:54:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length143
author_reputation0
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,340,089
net_rshares0
@prc ·
You cannot use your password to login to DSound, and it is dangerous to use it even with steemit or any other interface to Steem blockchain!
Please get more info on the DSound intro paper:
https://steemit.com/music/@prc/introducing-dsound-a-decentralized-sound-platform-using-steem-and-ipfs

You can find your posting private key here:

![Find the Private Posting Key](https://steemit-production-imageproxy-upload.s3.amazonaws.com/DQmXLKFfxHb2azQqQ7gnBruBfvMNSkGckcxjAArxia9W4to)
properties (22)
authorprc
permlinkre-lessless-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171023t165936487z
categorymusic
json_metadata{"tags":["music"],"image":["https://steemit-production-imageproxy-upload.s3.amazonaws.com/DQmXLKFfxHb2azQqQ7gnBruBfvMNSkGckcxjAArxia9W4to"],"links":["https://steemit.com/music/@prc/introducing-dsound-a-decentralized-sound-platform-using-steem-and-ipfs"],"app":"steemit/0.1"}
created2017-10-23 16:59:42
last_update2017-10-23 16:59:42
depth2
children0
last_payout2017-10-30 16:59:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length479
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,385,647
net_rshares0
@liondani ·
The only problem I see is that it is not possible to raise the rewards after one week. That's a general weakness of steem in my opinion that should be addressed and most importantly solved!
properties (22)
authorliondani
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171014t044042913z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-14 04:40:42
last_update2017-10-14 04:40:42
depth1
children1
last_payout2017-10-21 04:40:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length189
author_reputation95,095,146,236,111
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,637,456
net_rshares0
@prc ·
That exists to encourage the production of new content. It is by design and not some bug. You can always re-upload your content... :)
properties (22)
authorprc
permlinkre-liondani-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t094214972z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 09:42:18
last_update2017-10-20 09:42:18
depth2
children0
last_payout2017-10-27 09:42:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length133
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,125,994
net_rshares0
@lordnigel ·
sweet
properties (22)
authorlordnigel
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t091540195z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:15:39
last_update2017-10-11 09:15:39
depth1
children0
last_payout2017-10-18 09:15:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation53,748,250,654,546
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,376,005
net_rshares0
@lowpass303 ·
I will keep on uploading!!! Thank you for posting a pic of my track Burnt Reynolds! Follow me for more tunes! @lowpass303
properties (22)
authorlowpass303
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t190936840z
categorymusic
json_metadata{"tags":["music"],"users":["lowpass303"],"app":"steemit/0.1"}
created2017-10-11 19:09:39
last_update2017-10-11 19:09:39
depth1
children0
last_payout2017-10-18 19:09:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation9,411,778,667
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,422,108
net_rshares0
@martain ·
Thanks for your hard work on all this @prc ! As a soundcloud user since its early days I've seen how its morphed into a very commercial focused platform... a model which crushes the creativity and favours the meek.

I will be recommending this to all my music loving friends here in the UK.  Lots of good new music here, all the time, and when it meets dsound I think things will progress very well.
properties (22)
authormartain
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t144614736z
categorymusic
json_metadata{"tags":["music"],"users":["prc"],"app":"steemit/0.1"}
created2017-10-11 14:46:15
last_update2017-10-11 14:46:15
depth1
children1
last_payout2017-10-18 14:46:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length399
author_reputation985,783,772
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,401,004
net_rshares0
@prc ·
Thanks a lot @martain! :) That would be awesome! I think it is time to start bringing more people to DSound to test it even better... ;)
properties (22)
authorprc
permlinkre-martain-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t150720564z
categorymusic
json_metadata{"tags":["music"],"users":["martain"],"app":"steemit/0.1"}
created2017-10-11 15:07:21
last_update2017-10-11 15:07:21
depth2
children0
last_payout2017-10-18 15:07:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length136
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,402,807
net_rshares0
@mfctanzim ·
nyc
properties (22)
authormfctanzim
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171013t140833463z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-13 14:08:36
last_update2017-10-13 14:08:36
depth1
children0
last_payout2017-10-20 14:08:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation1,386,867,275,986
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,587,268
net_rshares0
@mrtrieu ·
nice post. People can follow me and vote for my article. I am in need of money to cure ... help me.thanks
properties (22)
authormrtrieu
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t003603705z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 00:39:18
last_update2017-10-12 00:39:18
depth1
children0
last_payout2017-10-19 00:39:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length105
author_reputation280,817,048,159
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,442,548
net_rshares0
@myeasin ·
Follow + vote me please sir
properties (22)
authormyeasin
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t010658636z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 01:07:12
last_update2017-10-12 01:07:12
depth1
children0
last_payout2017-10-19 01:07:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation4,211,257,657,410
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,444,207
net_rshares0
@n-ur ·
will it be able to host podcast in the future? any plans on this feature?
properties (22)
authorn-ur
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t081256583z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 08:13:00
last_update2017-10-11 08:13:00
depth1
children1
last_payout2017-10-18 08:13:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation44,518,900,513
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,371,595
net_rshares0
@prc ·
It can already! :) The only piece missing is the automatic export of RSS feed for aggregators... That will come in soon. ;)
properties (22)
authorprc
permlinkre-n-ur-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t093112054z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:31:12
last_update2017-10-11 09:31:12
depth2
children0
last_payout2017-10-18 09:31:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length123
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,377,119
net_rshares0
@nazarwills ·
Very good
properties (22)
authornazarwills
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t020134914z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 02:01:39
last_update2017-10-11 02:01:39
depth1
children0
last_payout2017-10-18 02:01:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation2,137,881,175,942
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,349,952
net_rshares0
@nickfost ·
You have not responded to my private messages in 13 days.
properties (22)
authornickfost
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t121622938z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 12:16:24
last_update2017-10-11 12:16:24
depth1
children4
last_payout2017-10-18 12:16:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation6,467,144,214,934
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,389,144
net_rshares0
@prc ·
I'm sorry @nickfost, it's not that I didn't reply, we were actually discussing your problem and I tested your files on my machine with success. You have a completely different architecture than mine, use Firefox instead of Chrome, etc... Like this is kind of difficult for me to be able to help. I am only one and I'm working on several projects along with DSound... :) I think I do a very good job at keeping communication up, but sometimes I can't push further due to lack of resources and time... I have your files, whenever I can install Firefox to try them out I'll let you know... Thanks anyway for trying DSound! :)
properties (22)
authorprc
permlinkre-nickfost-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t131421464z
categorymusic
json_metadata{"tags":["music"],"users":["nickfost"],"app":"steemit/0.1"}
created2017-10-11 13:14:21
last_update2017-10-11 13:14:21
depth2
children3
last_payout2017-10-18 13:14:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length622
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,393,526
net_rshares0
@nickfost ·
The only reason use firefox is because it WAS the only  browser that worked.  I tried chrome on mac as you asked me to and i always ended up with the same error as i get with chrome on windows 

![](https://steemitimages.com/DQmVf8HTyVWtFeSkyNeYpNmdsj1K1hYSs6jzzb9M4MPPHEz/image.png)
properties (22)
authornickfost
permlinkre-prc-re-nickfost-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t014441668z
categorymusic
json_metadata{"tags":["music"],"image":["https://steemitimages.com/DQmVf8HTyVWtFeSkyNeYpNmdsj1K1hYSs6jzzb9M4MPPHEz/image.png"],"app":"steemit/0.1"}
created2017-10-12 01:44:42
last_update2017-10-12 01:44:42
depth3
children0
last_payout2017-10-19 01:44:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length283
author_reputation6,467,144,214,934
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,446,423
net_rshares0
@nickfost ·
while 64bit Google chrome on a virgin windows 7 build with all the updates i reliably get a memory leak during the image creation process (which i've told you several times) as soon as the memory reaches 4gb the parent process kills the chrome child process then you get the aw snap!
properties (22)
authornickfost
permlinkre-prc-re-nickfost-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t020213825z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 02:02:12
last_update2017-10-12 02:02:12
depth3
children1
last_payout2017-10-19 02:02:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length283
author_reputation6,467,144,214,934
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,447,454
net_rshares0
@nickfost ·
You have not responded to my messages in 13 days
properties (22)
authornickfost
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t121704094z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 12:17:03
last_update2017-10-11 12:17:03
depth1
children1
last_payout2017-10-18 12:17:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation6,467,144,214,934
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,389,190
net_rshares0
@prc ·
I'm sorry @nickfost, it's not that I didn't reply, we were actually discussing your problem and I tested your files on my machine with success. You have a completely different architecture than mine, use Firefox instead of Chrome, etc... Like this is kind of difficult for me to be able to help. I am only one and I'm working on several projects along with DSound... :) I think I do a very good job at keeping communication up, but sometimes I can't push further due to lack of resources and time... I have your files, whenever I can install Firefox to try them out I'll let you know... Thanks anyway for trying DSound! :)
properties (22)
authorprc
permlinkre-nickfost-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t131501993z
categorymusic
json_metadata{"tags":["music"],"users":["nickfost"],"app":"steemit/0.1"}
created2017-10-11 13:15:03
last_update2017-10-11 13:15:03
depth2
children0
last_payout2017-10-18 13:15:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length622
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,393,573
net_rshares0
@openmusic ·
I Congratulate you on this great blog
Keep going my friend
![Steemit_Music_Gif.gif](https://steemitimages.com/DQmRFuqSwKRzXPrzicV2d1YPddS1C4LP52HaNu2ztH5u8qK/Steemit_Music_Gif.gif)
properties (22)
authoropenmusic
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171014t201958969z
categorymusic
json_metadata{"tags":["music"],"image":["https://steemitimages.com/DQmRFuqSwKRzXPrzicV2d1YPddS1C4LP52HaNu2ztH5u8qK/Steemit_Music_Gif.gif"],"app":"steemit/0.1"}
created2017-10-14 20:20:03
last_update2017-10-14 20:20:03
depth1
children1
last_payout2017-10-21 20:20:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length180
author_reputation1,278,665,349,642
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,695,163
net_rshares0
@prc ·
Thanks! :)
properties (22)
authorprc
permlinkre-openmusic-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t095011021z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 09:50:12
last_update2017-10-20 09:50:12
depth2
children0
last_payout2017-10-27 09:50:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,126,488
net_rshares0
@openmusic ·
I Congratulate you on this great blog
Keep going my friend
![Steemit_Music_Gif.gif](https://steemitimages.com/DQmRFuqSwKRzXPrzicV2d1YPddS1C4LP52HaNu2ztH5u8qK/Steemit_Music_Gif.gif)
properties (22)
authoropenmusic
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171015t204815775z
categorymusic
json_metadata{"tags":["music"],"image":["https://steemitimages.com/DQmRFuqSwKRzXPrzicV2d1YPddS1C4LP52HaNu2ztH5u8qK/Steemit_Music_Gif.gif"],"app":"steemit/0.1"}
created2017-10-15 20:48:18
last_update2017-10-15 20:48:18
depth1
children0
last_payout2017-10-22 20:48:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length180
author_reputation1,278,665,349,642
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,777,973
net_rshares0
@parsifal ·
This is a great initiative,  thanks for making it happen! I am trying to login but I don't seem to be able to do so. Does someone may know the reason? I try logging in with me Steemconnect, or Steemit accounts but still, the login window remains there and nothing happens. Any tips and advice would be welcome. Thanks!
properties (22)
authorparsifal
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20180409t194005954z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2018-04-09 19:40:06
last_update2018-04-09 19:40:06
depth1
children0
last_payout2018-04-16 19:40:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length318
author_reputation58,626,158,334
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,190,209
net_rshares0
@pnc ·
Congratulation for your hard word @prc. I hope the  IPNS issue will be solve by the lately announced EOS Storage by Block.One team. EOS Storage feature will map EOS files to IPFS network.
properties (22)
authorpnc
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t040252126z
categorymusic
json_metadata{"tags":["music"],"users":["prc"],"app":"steemit/0.1"}
created2017-10-11 04:02:51
last_update2017-10-11 04:02:51
depth1
children1
last_payout2017-10-18 04:02:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length187
author_reputation31,790,952,068,852
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,356,956
net_rshares0
@prc ·
Yup @pnc! Thanks a lot! :) Actually I was watching @dan talk about EOS storage and thinking about how that would fit right into DSound architecture... This will be great! ;)
properties (22)
authorprc
permlinkre-pnc-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t092055030z
categorymusic
json_metadata{"tags":["music"],"users":["pnc","dan"],"app":"steemit/0.1"}
created2017-10-11 09:20:54
last_update2017-10-11 09:20:54
depth2
children0
last_payout2017-10-18 09:20:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length173
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,376,395
net_rshares0
@posidoniamusic ·
Hi! Congrats fo your initiative, definitely future of music goes on that way!! I don't see the moment to begin to use it!! but, unfortunetely, I'm trying to login and it says that my steemit psw is invalid. (happens the same with d.tube). What should I do? Thank you!
properties (22)
authorposidoniamusic
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171218t173750637z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-12-18 17:37:39
last_update2017-12-18 17:37:39
depth1
children2
last_payout2017-12-25 17:37:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length267
author_reputation3,929,246,982
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,056,819
net_rshares0
@prc ·
To login on both DSound or DTube you have to use your Posting Private Key. Please check my DSound Intro post for details on logging in:
https://steemit.com/music/@prc/introducing-dsound-a-decentralized-sound-platform-using-steem-and-ipfs
👍  
properties (23)
authorprc
permlinkre-posidoniamusic-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171219t000659735z
categorymusic
json_metadata{"tags":["music"],"links":["https://steemit.com/music/@prc/introducing-dsound-a-decentralized-sound-platform-using-steem-and-ipfs"],"app":"steemit/0.1"}
created2017-12-19 00:07:00
last_update2017-12-19 00:07:00
depth2
children1
last_payout2017-12-26 00:07:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length237
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,099,620
net_rshares1,160,508,222
author_curate_reward""
vote details (1)
@posidoniamusic ·
Done!!! Thank you so much prc!!
properties (22)
authorposidoniamusic
permlinkre-prc-re-posidoniamusic-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171219t114327381z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-12-19 11:43:15
last_update2017-12-19 11:43:15
depth3
children0
last_payout2017-12-26 11:43:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation3,929,246,982
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,172,877
net_rshares0
@princeso ·
Amazing work. I love this idea. Your effort to steemit is incredible. Well done
properties (22)
authorprinceso
permlinkre-prc-20171011t11267782z
categorymusic
json_metadata{"tags":"music","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-11 10:26:15
last_update2017-10-11 10:26:15
depth1
children1
last_payout2017-10-18 10:26:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation3,643,346,684,490
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,380,983
net_rshares0
@prc ·
Thanks you a lot! :)
properties (22)
authorprc
permlinkre-princeso-re-prc-20171011t11267782z-20171011t103802017z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 10:38:00
last_update2017-10-11 10:38:00
depth2
children0
last_payout2017-10-18 10:38:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,381,788
net_rshares0
@redsfallin ·
I am happy for the changes and I look forward to uploading to the improved site!!
#cof
properties (22)
authorredsfallin
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171014t210453645z
categorymusic
json_metadata{"tags":["music","cof"],"app":"steemit/0.1"}
created2017-10-14 21:05:39
last_update2017-10-14 21:05:39
depth1
children1
last_payout2017-10-21 21:05:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation1,231,143,718,079
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,697,632
net_rshares0
@prc ·
Thanks a lot! :)
properties (22)
authorprc
permlinkre-redsfallin-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t095045222z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 09:50:45
last_update2017-10-20 09:50:45
depth2
children0
last_payout2017-10-27 09:50:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,126,518
net_rshares0
@ricardolvsilva ·
Pretty cool!
properties (22)
authorricardolvsilva
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t032618782z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 03:26:45
last_update2017-10-11 03:26:45
depth1
children1
last_payout2017-10-18 03:26:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation111,925,137,216
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,354,938
net_rshares0
@prc ·
Thanks! :)
properties (22)
authorprc
permlinkre-ricardolvsilva-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t091124560z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:11:24
last_update2017-10-11 09:11:24
depth2
children0
last_payout2017-10-18 09:11:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,375,675
net_rshares0
@rogvalentin ·
I checked out the link, and it's a really neat idea -- like a version of steem for artists, where we can upvote. 

Is there a sharing system and a 24 hour limit, like in steem? Or can someone come in and upvote on your back catalogue if they want to, with the mutual benefits that Steem offers now to 24 hour voting?
properties (22)
authorrogvalentin
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t031753991z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 03:17:54
last_update2017-10-11 03:17:54
depth1
children1
last_payout2017-10-18 03:17:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length316
author_reputation164,654,285,448
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,354,443
net_rshares0
@prc ·
Thanks a lot! :) The rewards and voting are exactly like Steemit, as both applications use the same STEEM blockchain as backbone for all the actions...
properties (22)
authorprc
permlinkre-rogvalentin-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t091104207z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:11:03
last_update2017-10-11 09:11:03
depth2
children0
last_payout2017-10-18 09:11:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length151
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,375,648
net_rshares0
@rok-sivante ·
I seem to be unable to upload anything to dSound...

still getting a *"Couldn't upload the file. Please check your IPFS settings..."* message - and when I click on "IPFS Settings" from the top right menu, nothing at all happens.

is this a common problem with an easy solution?

does the site only work with particular browsers?

how can I work this out...?
properties (22)
authorrok-sivante
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171106t004517617z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-11-06 00:45:15
last_update2017-11-06 00:45:15
depth1
children2
last_payout2017-11-13 00:45:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length357
author_reputation665,409,974,761,127
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,561,463
net_rshares0
@prc ·
Thanks for the info. It should work with any browser... Please can you supply your computer architecture and software configuration at steemit.chat #dsound channel? Thank you.
properties (22)
authorprc
permlinkre-rok-sivante-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171107t174620519z
categorymusic
json_metadata{"tags":["music","dsound"],"app":"steemit/0.1"}
created2017-11-07 17:46:21
last_update2017-11-07 17:46:21
depth2
children1
last_payout2017-11-14 17:46:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length175
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,713,471
net_rshares0
@rok-sivante ·
did it, though for repeat: I've been using Safari browser on a Macbook Pro running MacOS Sierra.

please let me know how I may get this working, thanks!
properties (22)
authorrok-sivante
permlinkre-prc-re-rok-sivante-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171107t195339806z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-11-07 19:53:39
last_update2017-11-07 19:53:39
depth3
children0
last_payout2017-11-14 19:53:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length152
author_reputation665,409,974,761,127
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,722,252
net_rshares0
@rumaisanofal ·
$0.27
Thanks  for great work i really like this 
Best of luck!follow me for more votes
👍  , , , , , , , , , ,
properties (23)
authorrumaisanofal
permlinkre-prc-20171011t153653774z
categorymusic
json_metadata{"tags":"music","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-11 10:35:39
last_update2017-10-11 10:35:39
depth1
children1
last_payout2017-10-18 10:35:39
cashout_time1969-12-31 23:59:59
total_payout_value0.261 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation135,273,691,100
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,381,625
net_rshares116,053,221,994
author_curate_reward""
vote details (11)
@prc ·
Thank you! :)
properties (22)
authorprc
permlinkre-rumaisanofal-re-prc-20171011t103905248z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 10:39:06
last_update2017-10-11 10:39:06
depth2
children0
last_payout2017-10-18 10:39:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,381,849
net_rshares0
@sabiransary ·
Oh Excellent progress. Can't wait for the dSound .... I love this post ......can't wait,can't wait ...very lovely post ..the most helpfull post..... I am very happy...
properties (22)
authorsabiransary
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t083407552z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 08:34:18
last_update2017-10-12 08:34:18
depth1
children0
last_payout2017-10-19 08:34:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length167
author_reputation947,973,318,219
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,471,242
net_rshares0
@sames ·
I wonder..What if a banner ad is shown and the person who pays the highest amount get his/her ads shown on dsound and the sbd he/she paid gets burnsed. kinda like promote feature on steemit decreasing sbd supply and kinda increasing sbd value. Just food for thought :)
👍  
properties (23)
authorsames
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t215529523z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 21:55:27
last_update2017-10-12 21:55:27
depth1
children0
last_payout2017-10-19 21:55:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length268
author_reputation39,585,633,843,789
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,529,417
net_rshares624,392,142
author_curate_reward""
vote details (1)
@santigs ·
Amazing work. And an amazing update on improvements.
You rock!
properties (22)
authorsantigs
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t062925742z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 06:29:21
last_update2017-10-11 06:29:21
depth1
children1
last_payout2017-10-18 06:29:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation141,572,350,618,389
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,365,130
net_rshares0
@prc ·
Thanks man! :) I do my best...
properties (22)
authorprc
permlinkre-santigs-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t092531226z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:25:30
last_update2017-10-11 09:25:30
depth2
children0
last_payout2017-10-18 09:25:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,376,722
net_rshares0
@shaikatkm ·
please upvote and follow me @shaikatkm
👎  
properties (23)
authorshaikatkm
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t145427935z
categorymusic
json_metadata{"tags":["music"],"users":["shaikatkm"],"app":"steemit/0.1"}
created2017-10-11 14:54:24
last_update2017-10-11 14:54:24
depth1
children0
last_payout2017-10-18 14:54:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation1,713,790,963,123
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,401,720
net_rshares-24,568,287,298
author_curate_reward""
vote details (1)
@shihabieee ·
thanks for sharing keep it up
properties (22)
authorshihabieee
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t032824596z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 03:28:30
last_update2017-10-11 03:28:30
depth1
children1
last_payout2017-10-18 03:28:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation-171,530,316,306
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,355,032
net_rshares0
@prc ·
Thanks! :)
properties (22)
authorprc
permlinkre-shihabieee-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t091147014z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:11:45
last_update2017-10-11 09:11:45
depth2
children0
last_payout2017-10-18 09:11:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,375,703
net_rshares0
@soundlegion ·
$0.11
huge ups for this I am so glad I caught this post.   First off I love the DSound and from the moment you announced the project I had good feelings about how this was looking and your specific energy about it, this was exactly what I thought the platform needed, like the soundcloud of steemit.   I have really enjoyed getting to start uploading my catalog to the site and , I love that I can just upload a track, drop the cover and description and it catalogs the material and creates a steemit post for it... so spot on just what I want... I know there has been some starter glitches and such,  I see this development and absolutely nod to this excellence my friend.   I look forward to the progression of DSound and will continue to be using it.  
I am excited to see the edit change this will be big for me as I have thought many times I wish I could go back in and edit that description.    
Thanks a lot for what you are doing here on steemit and for the Artist community absolutley huge thanks for the shout out in the post and onward to awesomeness! 
This is great stuff!
👍  
properties (23)
authorsoundlegion
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171014t193020014z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-14 19:30:18
last_update2017-10-14 19:30:18
depth1
children1
last_payout2017-10-21 19:30:18
cashout_time1969-12-31 23:59:59
total_payout_value0.080 HBD
curator_payout_value0.026 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,078
author_reputation215,907,839,943,433
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,692,448
net_rshares45,297,371,631
author_curate_reward""
vote details (1)
@prc ·
Thanks a lot! :) I'll keep on developing it and pushing forward...
properties (22)
authorprc
permlinkre-soundlegion-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t094650545z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 09:46:51
last_update2017-10-20 09:46:51
depth2
children0
last_payout2017-10-27 09:46:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,126,303
net_rshares0
@statsmonkey ·
comment
Congratulations, your post received one of the top 10 most powerful upvotes in the last 12 hours. You received an upvote from @thejohalfiles valued at 97.64 SBD, based on the pending payout at the time the data was extracted.

If you do not wish to receive these messages in future, reply with the word "stop".
properties (22)
authorstatsmonkey
permlinkre-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t061856
categorymusic
json_metadata""
created2017-10-11 06:18:57
last_update2017-10-11 06:18:57
depth1
children0
last_payout2017-10-18 06:18:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length311
author_reputation503,392,294,628
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,364,448
net_rshares0
@sumaira12 ·
great idea
properties (22)
authorsumaira12
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t030837577z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 03:08:54
last_update2017-10-11 03:08:54
depth1
children1
last_payout2017-10-18 03:08:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation119,782,311,490
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,353,877
net_rshares0
@prc ·
thanks! :)
properties (22)
authorprc
permlinkre-sumaira12-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t090911236z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:09:09
last_update2017-10-11 09:09:09
depth2
children0
last_payout2017-10-18 09:09:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,375,505
net_rshares0
@sunnysandhu ·
hi is there a way to embed dsound into my website, i would like to release my album on this platform
properties (22)
authorsunnysandhu
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t104340437z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 10:43:39
last_update2017-10-11 10:43:39
depth1
children2
last_payout2017-10-18 10:43:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation51,783,208,823
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,382,165
net_rshares0
@prc ·
Keep tuned for the next release... :) Maybe will have playlists and embedded players! ;)
properties (22)
authorprc
permlinkre-sunnysandhu-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t125431248z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 12:54:30
last_update2017-10-11 12:54:30
depth2
children1
last_payout2017-10-18 12:54:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,392,003
net_rshares0
@sunnysandhu ·
thanks that would be really great
properties (22)
authorsunnysandhu
permlinkre-prc-re-sunnysandhu-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171013t130124642z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-13 13:01:27
last_update2017-10-13 13:01:27
depth3
children0
last_payout2017-10-20 13:01:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation51,783,208,823
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,582,541
net_rshares0
@sunnysandhu ·
if u can help in integration of dsound into my website, i will happy to give a percentage of my earnings  to ur work 
currently i am on a wix platform www.atelierom.guru
properties (22)
authorsunnysandhu
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t104605736z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 10:46:06
last_update2017-10-11 10:46:06
depth1
children0
last_payout2017-10-18 10:46:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length169
author_reputation51,783,208,823
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,382,327
net_rshares0
@talukder ·
Superb
properties (22)
authortalukder
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t023509606z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 02:35:18
last_update2017-10-12 02:35:18
depth1
children1
last_payout2017-10-19 02:35:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation-1,741,505,820
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,449,497
net_rshares0
@prc ·
Thanks! :)
properties (22)
authorprc
permlinkre-talukder-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t162428351z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:24:30
last_update2017-10-12 16:24:30
depth2
children0
last_payout2017-10-19 16:24:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,506,380
net_rshares0
@talukder ·
Superb
properties (22)
authortalukder
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t023608115z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 02:36:15
last_update2017-10-12 02:36:15
depth1
children0
last_payout2017-10-19 02:36:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation-1,741,505,820
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,449,566
net_rshares0
@tanvirsadatripon ·
nice work 

please check my profile @tanvirsadatripon
properties (22)
authortanvirsadatripon
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t071648976z
categorymusic
json_metadata{"tags":["music"],"users":["tanvirsadatripon"],"app":"steemit/0.1"}
created2017-10-11 07:16:54
last_update2017-10-11 07:16:54
depth1
children0
last_payout2017-10-18 07:16:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation819,922,476,299
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,368,114
net_rshares0
@thatniceguy · (edited)
this sounds like a great initiative, @prc :) checking it out as we speak :) been a big soundcloud user for years now, looking forward to testing DSound and helping to build a great community :) 

Btw any disco, house and funk lovers on there already? :)
properties (22)
authorthatniceguy
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t091859254z
categorymusic
json_metadata{"tags":["music"],"users":["prc"],"app":"steemit/0.1"}
created2017-10-12 09:18:51
last_update2017-10-12 09:20:18
depth1
children1
last_payout2017-10-19 09:18:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length253
author_reputation125,243,648
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,474,241
net_rshares0
@prc ·
Thanks a lot! :) We have people interested in all genres here... Still a small community though, but we are making it bigger by the hour! ;)
properties (22)
authorprc
permlinkre-thatniceguy-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t163338802z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:33:42
last_update2017-10-12 16:33:42
depth2
children0
last_payout2017-10-19 16:33:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length140
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,507,082
net_rshares0
@thebluecorner ·
Brilliant coming along leaps and bounds. I'm looking forward to this
properties (22)
authorthebluecorner
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t004320300z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 00:43:21
last_update2017-10-12 00:43:21
depth1
children1
last_payout2017-10-19 00:43:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation16,550,235,494
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,442,780
net_rshares0
@prc ·
Thanks! :)
properties (22)
authorprc
permlinkre-thebluecorner-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t160911841z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:09:12
last_update2017-10-12 16:09:12
depth2
children0
last_payout2017-10-19 16:09:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,505,185
net_rshares0
@tim-rumford ·
great project I just uploaded my first song it did it very fast and everything worked smoothly. This is awesome. https://dsound.audio/#/@tim-rumford/amy-by-tim-rumford-performed-by-wildrose
properties (22)
authortim-rumford
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171014t155413043z
categorymusic
json_metadata{"tags":["music"],"links":["https://dsound.audio/#/@tim-rumford/amy-by-tim-rumford-performed-by-wildrose"],"app":"steemit/0.1"}
created2017-10-14 15:54:12
last_update2017-10-14 15:54:12
depth1
children1
last_payout2017-10-21 15:54:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length189
author_reputation1,004,134,977,709
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,677,573
net_rshares0
@prc ·
Thanks a lot! :)
properties (22)
authorprc
permlinkre-tim-rumford-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t094340284z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 09:43:39
last_update2017-10-20 09:43:39
depth2
children0
last_payout2017-10-27 09:43:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,126,082
net_rshares0
@timothyandreas ·
Nice work! Saw my exodus mash-up in your post...timing is key  ;) @prc thanks for Dsound, I like it a lot.   Looking forward to see more artists releasing music on Dsound!
properties (22)
authortimothyandreas
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t212316611z
categorymusic
json_metadata{"tags":["music"],"users":["prc"],"app":"steemit/0.1"}
created2017-10-12 21:23:27
last_update2017-10-12 21:23:27
depth1
children1
last_payout2017-10-19 21:23:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length171
author_reputation11,051,242,924
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,527,582
net_rshares0
@prc ·
Thanks a lot! :) Let's make it happen!
properties (22)
authorprc
permlinkre-timothyandreas-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171020t085205772z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-20 08:52:09
last_update2017-10-20 08:52:09
depth2
children0
last_payout2017-10-27 08:52:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,122,515
net_rshares0
@trendingtech ·
I'm so impressed, I think the Steemit community can help change everything in the world. Excellent work. Congratulations.
👍  
properties (23)
authortrendingtech
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t043621194z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 04:36:21
last_update2017-10-11 04:36:21
depth1
children1
last_payout2017-10-18 04:36:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation5,227,131,692
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,358,811
net_rshares0
author_curate_reward""
vote details (1)
@prc ·
Thanks a lot! :) Let's make this grow... Spread the word, please! ;)
👍  
properties (23)
authorprc
permlinkre-trendingtech-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t092340522z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:23:39
last_update2017-10-11 09:23:39
depth2
children0
last_payout2017-10-18 09:23:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,376,601
net_rshares629,372,372
author_curate_reward""
vote details (1)
@trinumedia ·
# Feels like progress. 
How long has this been around!? The quality feels like... years of development. Good work!
properties (22)
authortrinumedia
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20180126t144348633z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2018-01-26 14:43:48
last_update2018-01-26 14:43:48
depth1
children0
last_payout2018-02-02 14:43:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length114
author_reputation12,171,782,122,819
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id32,490,205
net_rshares0
@ur-nxt-grlfrnd ·
Thanks for the info! Upvoted your post but...

https://i.imgur.com/kRUG0mu.jpg
👍  
properties (23)
authorur-nxt-grlfrnd
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t165511172z
categorymusic
json_metadata{"tags":["music"],"image":["https://i.imgur.com/kRUG0mu.jpg"],"app":"steemit/0.1"}
created2017-10-11 16:55:15
last_update2017-10-11 16:55:15
depth1
children1
last_payout2017-10-18 16:55:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation114,179,197,278
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,412,092
net_rshares650,276,847
author_curate_reward""
vote details (1)
@prc ·
ahahah :D At least ur honest! ;) Thanks anyway!
properties (22)
authorprc
permlinkre-ur-nxt-grlfrnd-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t180216841z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 18:02:15
last_update2017-10-11 18:02:15
depth2
children0
last_payout2017-10-18 18:02:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,417,324
net_rshares0
@violinleroy · (edited)
As a music maker and a fan of a music innovation and freedom... thank you big time for creating this. Posted a song in honour of the achievement. 

https://dsound.audio/#/@violinleroy/genius-by-taylor-rankin--violinleroy

Also: any search field implementation coming soon?

Enjoy!
properties (22)
authorviolinleroy
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t131507075z
categorymusic
json_metadata{"tags":["music"],"links":["https://dsound.audio/#/@violinleroy/genius-by-taylor-rankin--violinleroy"],"app":"steemit/0.1"}
created2017-10-11 13:15:06
last_update2017-10-11 13:17:09
depth1
children3
last_payout2017-10-18 13:15:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length280
author_reputation6,258,292,757
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,393,579
net_rshares0
@prc ·
Thanks a lot mate! :) What a great song! You made me laugh like crazy now!!! ahahahahah :D
properties (22)
authorprc
permlinkre-violinleroy-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t132003279z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 13:20:03
last_update2017-10-11 13:20:03
depth2
children2
last_payout2017-10-18 13:20:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,393,975
net_rshares0
@violinleroy ·
Haha, Thanks man. 
The songs seems to take a while to load or stalls...just so you know.. 
I've tried uploading mp3 vs wav, and no real difference.
properties (22)
authorviolinleroy
permlinkre-prc-re-violinleroy-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t141128387z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 14:11:30
last_update2017-10-11 14:11:30
depth3
children1
last_payout2017-10-18 14:11:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length147
author_reputation6,258,292,757
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,398,118
net_rshares0
@vipclub ·
This looks great!
properties (22)
authorvipclub
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171014t201753186z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-14 20:17:54
last_update2017-10-14 20:17:54
depth1
children0
last_payout2017-10-21 20:17:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation-821,643,346,538
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,695,055
net_rshares0
@voytekpavlik ·
To to have a place here on Steemit for music makers. When Steemit evolves more, an embedded widgets would be awesome to have when posting blogs, or at least let the links to be opened in new tabs, maybe for Steemit sites like DSound exclusively? Widgets would be awesome as because I could write stories or descriptions related to certain music I published. Jimmy case, it's not only about music, it's also about telling the story of the music in writing, with use of images. This feature would make Steemit, as more engaging blog posting. Regards, @VoytekPavlik 
https://dsound.audio/#!/@voytekpavlik
properties (22)
authorvoytekpavlik
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20180228t140350273z
categorymusic
json_metadata{"tags":["music"],"users":["voytekpavlik"],"links":["https://dsound.audio/#!/@voytekpavlik"],"app":"steemit/0.1"}
created2018-02-28 14:03:54
last_update2018-02-28 14:03:54
depth1
children0
last_payout2018-03-07 14:03:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length601
author_reputation233,312,002,383
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id41,133,383
net_rshares0
@warrenharvey23 ·
Wow what a very informative post you know your stuff! Have followed you thank you for sharing 😀
properties (22)
authorwarrenharvey23
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t120648062z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 12:06:48
last_update2017-10-11 12:06:48
depth1
children0
last_payout2017-10-18 12:06:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation44,504,747,726
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,388,440
net_rshares0
@web-gnar ·
hmm, uploading never gets past this mark
![Screen Shot 2017-10-10 at 9.23.29 PM.png](https://steemitimages.com/DQmW6TWZhMaHyFLDdTZPVLKhZjKfL91J5788oitzfPAzjRv/Screen%20Shot%202017-10-10%20at%209.23.29%20PM.png)
👍  
properties (23)
authorweb-gnar
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t022427036z
categorymusic
json_metadata{"tags":["music"],"image":["https://steemitimages.com/DQmW6TWZhMaHyFLDdTZPVLKhZjKfL91J5788oitzfPAzjRv/Screen%20Shot%202017-10-10%20at%209.23.29%20PM.png"],"app":"steemit/0.1"}
created2017-10-11 02:24:27
last_update2017-10-11 02:24:27
depth1
children13
last_payout2017-10-18 02:24:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length210
author_reputation169,188,893,020,240
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,351,207
net_rshares0
author_curate_reward""
vote details (1)
@ashaman ·
$0.02
Are you running IPFS locally?
👍  
properties (23)
authorashaman
permlinkre-web-gnar-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t144010266z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 14:40:09
last_update2017-10-11 14:40:09
depth2
children1
last_payout2017-10-18 14:40:09
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation3,785,245,463,720
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,400,486
net_rshares10,535,293,240
author_curate_reward""
vote details (1)
@web-gnar ·
since i dont know what that really means, no.
properties (22)
authorweb-gnar
permlinkre-ashaman-re-web-gnar-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t053858210z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 05:38:57
last_update2017-10-12 05:38:57
depth3
children0
last_payout2017-10-19 05:38:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation169,188,893,020,240
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,459,970
net_rshares0
@prc ·
$0.02
That's strange... IPFS should be better now. Can you please enter #dsound channel in http://steemit.chat and send the file there, or direct to me @prc, so that I can try it out? Thanks and sorry for this! :)
👍  
properties (23)
authorprc
permlinkre-web-gnar-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t022818504z
categorymusic
json_metadata{"tags":["music","dsound"],"users":["prc"],"links":["http://steemit.chat"],"app":"steemit/0.1"}
created2017-10-11 02:28:18
last_update2017-10-11 02:28:18
depth2
children10
last_payout2017-10-18 02:28:18
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length207
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,351,448
net_rshares10,165,633,828
author_curate_reward""
vote details (1)
@web-gnar ·
$0.02
you want me to send you my sound file?
👍  
properties (23)
authorweb-gnar
permlinkre-prc-re-web-gnar-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t032914113z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 03:29:12
last_update2017-10-11 03:29:12
depth3
children9
last_payout2017-10-18 03:29:12
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation169,188,893,020,240
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,355,070
net_rshares9,882,144,342
author_curate_reward""
vote details (1)
@webresultat ·
$0.02
Thanks for your great work and this major update!
Sounds are loading way faster now! GREAT!
Will have a deeper look into the news now.
>Hope to have an embedded @dsound player be available within @steemit posts soon!

@originalworks @cleverbot
[![webresultat-character](https://steemitimages.com/DQmU5wf2kjezcTKNopioTcbAE1rdWqj8DQiVXBbRVNxib8B/josisteemitpic_320.png)](https://steemit.com/@webresultat)
👍  ,
properties (23)
authorwebresultat
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t022009038z
categorymusic
json_metadata{"tags":["music"],"users":["dsound","steemit","originalworks","cleverbot"],"image":["https://steemitimages.com/DQmU5wf2kjezcTKNopioTcbAE1rdWqj8DQiVXBbRVNxib8B/josisteemitpic_320.png"],"links":["https://steemit.com/@webresultat"],"app":"steemit/0.1"}
created2017-10-11 02:20:09
last_update2017-10-11 02:20:09
depth1
children6
last_payout2017-10-18 02:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.024 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length402
author_reputation1,752,533,557,763
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,350,914
net_rshares10,303,588,992
author_curate_reward""
vote details (2)
@cleverbot ·
<p>Do you want to find out?</p>
properties (22)
authorcleverbot
permlinkre-webresultat-prc-dsound-v0-2-20171011t022100859z
categorymusic
json_metadata{"app":"freakazoid/0.0.2","tags":["music"]}
created2017-10-11 02:21:24
last_update2017-10-11 02:21:24
depth2
children0
last_payout2017-10-18 02:21:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length32
author_reputation-1,687,452,833,079
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,351,005
net_rshares0
@originalworks ·
originalworks
The @OriginalWorks bot has determined this post by @prc to be original material and upvoted it! 
<center>![ezgif.com-resize.gif](https://steemitimages.com/DQmaBi37A5oTnQ9NBLH8YU4jpvhhmFauyvgg3YRrEJwskM9/ezgif.com-resize.gif)</center> 

To call @OriginalWorks, simply reply to any post with @originalworks or !originalworks in your message! 
### To enter this post into the daily RESTEEM contest, upvote this comment! The user with the most upvotes on their @OriginalWorks comment will win!<h3>
For more information, [Click Here!](https://steemit.com/writing/@originalworks/originalworks-bot-explanation-and-info)
Special thanks to @reggaemuffin for being a supporter! Vote him as a witness to help make Steemit a better place! 
properties (22)
authororiginalworks
permlinkre-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t022009038z-20171011t022107
categorymusic
json_metadata"{"app": "pysteem/0.5.4"}"
created2017-10-11 02:21:09
last_update2017-10-11 02:21:09
depth2
children0
last_payout2017-10-18 02:21:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length727
author_reputation79,292,026,602,057
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,350,985
net_rshares0
@prc ·
Thanks for the idea! It's already on my list... :) Btw, did you see my mention on my post? You were awarded the privilege of my mention as being one of the best uploaders on DSound! Congratulations! ;)
properties (22)
authorprc
permlinkre-webresultat-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t022502389z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 02:25:03
last_update2017-10-11 02:25:03
depth2
children3
last_payout2017-10-18 02:25:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length201
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,351,244
net_rshares0
@webresultat ·
Thanks a lot for that!
properties (22)
authorwebresultat
permlinkre-prc-re-webresultat-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t022719991z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 02:27:21
last_update2017-10-11 02:27:21
depth3
children2
last_payout2017-10-18 02:27:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation1,752,533,557,763
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,351,382
net_rshares0
@xtetrahedron ·
Awesome news @prc !
I have been waiting for this update. Now I will try to reupload my collection of DJ-set recordings ^_^
properties (22)
authorxtetrahedron
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t202447494z
categorymusic
json_metadata{"tags":["music"],"users":["prc"],"app":"steemit/0.1"}
created2017-10-11 20:24:48
last_update2017-10-11 20:24:48
depth1
children0
last_payout2017-10-18 20:24:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length122
author_reputation29,435,648,335,513
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,427,342
net_rshares0
@younushaw ·
please brother,, one vote me please.
👎  
properties (23)
authoryounushaw
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t040658483z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 04:07:03
last_update2017-10-11 04:07:03
depth1
children1
last_payout2017-10-18 04:07:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation6,788,905,280
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,357,184
net_rshares-24,279,248,624
author_curate_reward""
vote details (1)
@prc ·
sorry man... that's NOT how you get there...
properties (22)
authorprc
permlinkre-younushaw-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171011t092242099z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-11 09:22:42
last_update2017-10-11 09:22:42
depth2
children0
last_payout2017-10-18 09:22:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,376,531
net_rshares0
@zboyd ·
Amazing work!
👍  ,
properties (23)
authorzboyd
permlinkre-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t005141825z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 00:51:42
last_update2017-10-12 00:51:42
depth1
children1
last_payout2017-10-19 00:51:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation41,706,029,574
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,443,332
net_rshares510,653,733
author_curate_reward""
vote details (2)
@prc ·
Thanks a lot! :)
👍  
properties (23)
authorprc
permlinkre-zboyd-re-prc-dsound-v0-2-streaming-sound-edit-performance-and-layout-improvements-just-one-month-and-such-big-news-20171012t160933464z
categorymusic
json_metadata{"tags":["music"],"app":"steemit/0.1"}
created2017-10-12 16:09:33
last_update2017-10-12 16:09:33
depth2
children0
last_payout2017-10-19 16:09:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation27,115,870,924,355
root_title"DSound v0.2: Streaming, Sound Edit, Performance and Layout Improvements. Just one month and such Big News!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,505,208
net_rshares203,100,875
author_curate_reward""
vote details (1)