DSF Sample Swap

hardware, software, tips and tricks
Forum rules
By using this "Production" sub-forum, you acknowledge that you have read, understood and agreed with our terms of use for this site. Click HERE to read them. If you do not agree to our terms of use, you must exit this site immediately. We do not accept any responsibility for the content, submissions, information or links contained herein. Users posting content here, do so completely at their own risk.

Quick Link to Feedback Forum
User avatar
Trichome
Posts: 1824
Joined: Sun Sep 19, 2010 6:26 pm

Re: DSF Sample Swap

Post by Trichome » Tue Jun 12, 2012 6:56 pm

yo deadly, what was that program called that can embed a text file in an mp3? it was in one of your tutorials to prevent leaking
Soundcloud

When I first knifed man, it felt funny
Next day come, it became funny

deadly_habit
Posts: 22980
Joined: Tue Oct 24, 2006 3:41 am
Location: MURRICA

Re: DSF Sample Swap

Post by deadly_habit » Tue Jun 12, 2012 7:42 pm

argh i forget

deadly_habit
Posts: 22980
Joined: Tue Oct 24, 2006 3:41 am
Location: MURRICA

Re: DSF Sample Swap

Post by deadly_habit » Wed Jun 13, 2012 7:25 pm


User avatar
jrisreal
Posts: 4312
Joined: Thu Mar 03, 2011 6:48 am
Location: the TARDIS

Re: DSF Sample Swap

Post by jrisreal » Thu Jun 14, 2012 12:24 am

What would be the benefit of hiding a string of text within an mp3? legit question
...in my opinion
Image
ImageImageImage

User avatar
jrisreal
Posts: 4312
Joined: Thu Mar 03, 2011 6:48 am
Location: the TARDIS

Re: DSF Sample Swap

Post by jrisreal » Thu Jun 14, 2012 12:29 am

btw...
Good job, deadly, for bringing back the Sample Swap!
How do I login? In case I have a sample or two to upload.
...in my opinion
Image
ImageImageImage

deadly_habit
Posts: 22980
Joined: Tue Oct 24, 2006 3:41 am
Location: MURRICA

Re: DSF Sample Swap

Post by deadly_habit » Thu Jun 14, 2012 12:33 am

no uploader atm or ftp access cept for me

deadly_habit
Posts: 22980
Joined: Tue Oct 24, 2006 3:41 am
Location: MURRICA

Re: DSF Sample Swap

Post by deadly_habit » Thu Jun 14, 2012 12:34 am

jrisreal wrote:What would be the benefit of hiding a string of text within an mp3? legit question
tag each mp3 you send to who you send it to without changing audio and if tune gets leaked you can pinpoint it specifically to said person who leaked it

Artie_Fufkin
Posts: 1072
Joined: Thu Apr 28, 2011 9:04 pm
Location: Missouri

Re: DSF Sample Swap

Post by Artie_Fufkin » Thu Jun 14, 2012 5:13 am

Ooh that's a good idea. Surely that could be done simply with notepad, right?

User avatar
jrisreal
Posts: 4312
Joined: Thu Mar 03, 2011 6:48 am
Location: the TARDIS

Re: DSF Sample Swap

Post by jrisreal » Thu Jun 14, 2012 5:22 am

that could break the file. it would have to be implemented in such a way that it would have no effect on the actual file's function.
...in my opinion
Image
ImageImageImage

User avatar
Electric_Head
Posts: 16958
Joined: Tue May 11, 2010 9:59 am
Location: South of Africa
Contact:

Re: DSF Sample Swap

Post by Electric_Head » Thu Jun 14, 2012 5:29 am

jrisreal - where've you been???
Image ImageImage Image
Image

User avatar
jrisreal
Posts: 4312
Joined: Thu Mar 03, 2011 6:48 am
Location: the TARDIS

Re: DSF Sample Swap

Post by jrisreal » Thu Jun 14, 2012 5:50 am

Travelling through the 5th dimension.

Learning C++, something I've always wanted to learn.
...in my opinion
Image
ImageImageImage

User avatar
jrisreal
Posts: 4312
Joined: Thu Mar 03, 2011 6:48 am
Location: the TARDIS

Re: DSF Sample Swap

Post by jrisreal » Thu Jun 14, 2012 5:56 am

just tested it and the notepad option seems to work fine. I added text to the end of the file and wrapped it in /* and */ ... in most computer languages, those tags make the compiler or interpreter ignore whatever is between them.
...in my opinion
Image
ImageImageImage

deadly_habit
Posts: 22980
Joined: Tue Oct 24, 2006 3:41 am
Location: MURRICA

Re: DSF Sample Swap

Post by deadly_habit » Thu Jun 14, 2012 2:01 pm

jrisreal wrote:Travelling through the 5th dimension.

Learning C++, something I've always wanted to learn.
haha have fun
have the open gl redbook on it's way in the mail and focus on sdl as i got sick of dealing with pdf files
the joys of game programming and not just for windows

Artie_Fufkin
Posts: 1072
Joined: Thu Apr 28, 2011 9:04 pm
Location: Missouri

Re: DSF Sample Swap

Post by Artie_Fufkin » Thu Jun 14, 2012 3:11 pm

jrisreal wrote:that could break the file. it would have to be implemented in such a way that it would have no effect on the actual file's function.
Ya, you haveto know what you're doing..... but wouldn't a comment work?

deadly_habit
Posts: 22980
Joined: Tue Oct 24, 2006 3:41 am
Location: MURRICA

Re: DSF Sample Swap

Post by deadly_habit » Thu Jun 14, 2012 3:17 pm

thats where that app comes in handy, it's the same concept as embedding files within image files

User avatar
JFK
Posts: 3123
Joined: Wed Jun 24, 2009 10:48 am

Re: DSF Sample Swap

Post by JFK » Thu Jun 14, 2012 3:29 pm

How do we get this stickied?

deadly_habit
Posts: 22980
Joined: Tue Oct 24, 2006 3:41 am
Location: MURRICA

Re: DSF Sample Swap

Post by deadly_habit » Thu Jun 14, 2012 3:34 pm

i heard it involves wub and a dark alley

if anyone wants to help me get an html based uploader working again get at me, or knows of any good ones better than that last one i used before lemme know

deadly_habit
Posts: 22980
Joined: Tue Oct 24, 2006 3:41 am
Location: MURRICA

Re: DSF Sample Swap

Post by deadly_habit » Thu Jun 14, 2012 4:06 pm

Ok setup a special ftp acct for anyone who wants to upload, read the first post for more details

User avatar
jrisreal
Posts: 4312
Joined: Thu Mar 03, 2011 6:48 am
Location: the TARDIS

Re: DSF Sample Swap

Post by jrisreal » Thu Jun 14, 2012 8:03 pm

deadly habit wrote:
jrisreal wrote:Travelling through the 5th dimension.

Learning C++, something I've always wanted to learn.
haha have fun
have the open gl redbook on it's way in the mail and focus on sdl as i got sick of dealing with pdf files
the joys of game programming and not just for windows
Lol I'm actually in the process of teaching myself SDL. Once I'm through with it, I'm off to learn openGL :Y:
...in my opinion
Image
ImageImageImage

User avatar
jrisreal
Posts: 4312
Joined: Thu Mar 03, 2011 6:48 am
Location: the TARDIS

Re: DSF Sample Swap

Post by jrisreal » Fri Jun 15, 2012 8:09 pm

You should make another FTP login with read-only access so people can download things faster and more easily.
...in my opinion
Image
ImageImageImage

Locked

Who is online

Users browsing this forum: No registered users and 0 guests