Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Are you aware of any open source libraries/projects that offer audio watermarking capability?
check wikipedia: http://en.wikipedia.org/wiki/Steganography#Implementations
section 3 of this site site is on audio: http://www.binary-universe.net/
same author did a project on codeplex.
these also do audio:
StegHide
mpeStego
We made a C++ watermarking library as a student project.
It implements:
Least Significant Bit watermarking (which won't resist anything),
Spread-Spectrum Watermarking (which should resist quite a bit but is very audible),
There is a MATLAB code for a Compression-Expansion algorithm which is said to be very robust according to the paper "Audio watermarking using time-frequency compression expansion".
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Many years ago, we built a live streaming application with Flash Media Server. Meanwhile, Flash got obsolete and we'd like to upgrade to a HTML5 solution.
Although I have found some answers on SO, but they seem a bit old.
Therefore, I wonder what is a good combo for video+audio live streaming nowadays (July 2017)?
The requirements are pretty simple: one broadcaster and many viewers (100+) that are using various modern browsers (IE11+, Edge, Firefox, Chrome). Ideally, we'd like to use a open-source solution.
On the wire I'd put DASH and HLS with AVC/AAC and then use HTML/JavaScript players. You can get a reference player here: http://dashif.org/reference/players/javascript/nightly/dash.js/samples/dash-if-reference-player/index.html
As far as servers - I'd try http://red5.org/
For authoring your live stream I'd try: https://obsproject.com/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for more than guidelines. I see a lot of details and nice screenshots here http://www.google.com/design/spec/components/lists.html#lists-specs
Where is the sample implementation? The Samples I can download from Android Studio are nowhere near as polished as the screenshots provided in the specs.
I do not mind putting up a nice big bounty on this. I have wasted 2 whole days across github, stack overflow and google to find a decent implementation of the specs which looks exactly like the specs.
In Android Studio Emulator, go for the "API demos" app and its sources.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I was curious if anyone knew of a good Modernizr guide, I am having a difficult time grasping how it works. I know it is not just load the script and tada. So if anyone could direct me to a good guide it would be much appreciated.
There's a 'A List Apart' article which is a bit more of a tutorial style introduction than the standard documentation. You may find it easier going: Taking Advantage of HTML5 and CSS3 with Modernizr
I found Dive Into HTML5 very useful when I started looking into Modernizr: Detecting HTML5 Features
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Can anybody tell me a good tutorials for learning html5. a tutorial which is explaining the new features and the things droped etc. my sister is in 9th standard and knows html4. So i want to tell her a guide for html5. Any suggestions?
Tutorials:
http://slides.html5rocks.com/#slide1
(built using HTML5)
http://html5tutorial.net/
Demos: http://html5demos.com/
diveintohtml5.info
html5rocks.com
I learn by looking at what others have created, heres a nice HTML5 boiler plate setup
http://html5boilerplate.com/
W3C guide is pretty long but very thorough http://www.w3.org/TR/html5-diff
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Can you suggest an open source project dealing with playing "just" mp4? I don't want to have many available codec embedded in, just mp4 is adequate.
Thanks
I would suggest VLC, but you probably know it and ruled it out by now.
Using Google brought up this list.
ffmpeg, aka "the reference". (it has a little tool called 'ffplay' which is what you are after).
other that "just" mp4, VLC fits your bill perfectly.