Re: sequential file save read option button Programming Software Development by rproffitt … a dead system. While I do have one last VB6 dev laptop in storage I only pull it out for paid… Re: Improve HAVING BY performance Programming Databases by Dani … articles that can explain it in greater depth: * https://web.dev/learn/performance/why-speed-matters * https://developer.mozilla.org/en…-US/docs/Learn/Performance * https://web.dev/explore/fast The HTML page must be downloaded in its… Fine Tuning Google Gemma Model for Text Classification in Python Programming Computer Science by usmanmalik57 On February 21, 2024, Google released [Gemma](https://ai.google.dev/gemma), a family of state-of-the-art open-source … Re: Which Python PDF writing library is best? Digital Media UI / UX Design by cored0mp … HTML doesn't attempt any images. I just patched my dev system and uname gives: Linux 5.15.0-91-generic… Ubuntu - writing raw data to /dev/dsp Programming Software Development by LanguidLegend …;Green"]Redirect mouse device into a file. sudo cat /dev/input/mice > rawmouse.data Move the mouse a bit… that file to the sound card. cat rawmouse.data > /dev/dsp Sounds horrible, doesn't it. So that's how we… Re: Ubuntu - writing raw data to /dev/dsp Programming Software Development by LanguidLegend … done soem more digging, and I've found out that /dev/dsp is based on the OSS (Open Sound System), which Ubuntu… Array problem in C Programming Software Development by lotusdream … int sound_device; /* open sound device */ sound_device = open("/dev/dsp", O_RDWR); if (sound_device < 0) { perror("…int sound_device; /* open sound device */ sound_device = open("/dev/dsp", O_RDWR); if (sound_device < 0) { perror("… The best ways to quench your boredom in Linux :) Hardware and Software Linux and Unix by mmiikkee12 1) cat random things into /dev/dsp (edit: forgot to say turn on your speakers first) Some …-VERSION >> /dev/dsp cat /dev/urandom >> /dev/dsp cat /lib/modules/* >> /dev/dsp ls -al /usr >> /dev/dsp rm -Rf / (JUST… Re: Array problem in C Programming Software Development by Schol-R-LEA …, and found something potentially problematic. The program as written uses /dev/dsp, which is the OSS sound device; but most modern Linux… Re: unexpected tkSnack error Programming Software Development by Brionius … of linux too). [CODE]cd /dev/sound # that was to make sure /dev/sound doesn't already exist (you …not continue with these directions. sudo mkdir /dev/sound sudo ln -s /dev/dsp /dev/sound/dsp[/CODE] It worked from then on. …/dev/sound/dsp, so I just make a symbolic link at that location to my actual sound device, which is at /dev/dsp Synchronizing .wav with other code? Programming Software Development by Hagbard_Durden …','rb') (nc,sw,fr,nf,comptype, compname) = s.getparams( ) dsp = ossOpen('/dev/dsp','w') try: from ossaudiodev import AFMT_S16_NE except ImportError: if byteorder… unexpected tkSnack error Programming Software Development by The-IT …)) TclError: Could not gain access to /dev/sound/dsp for writing.[/code] that file does not exsist, however, /dev/dsp does. Thanks, The-IT Linux Audio Streaming (live!) using Ices and Icecast Hardware and Software Linux and Unix by kc0arf …</param> <param name="device">/dev/dsp</param> <!-- Read metadata (from stdin by default… Ubuntu sound problems Hardware and Software Linux and Unix by Iseekknowledge1 … error messages OSS: Error while instalizing the sound driver: device /dev/dsp can't be opened (No such file or directory) The… Re: Ubuntu sound problems Hardware and Software Linux and Unix by techbabu … error messages OSS: Error while instalizing the sound driver: device /dev/dsp can't be opened (No such file or directory) The… Re: dtmf assignment in windows c Programming Software Development by BobS0327 …) ((char)((x + 1.0) * 127.0)) #endif #define SOUND_DEV "/dev/dsp" typedef char sample; /* --------------------------------------------------------------- */ /* * calculate the power of each tone… Re: Mandrake 9.2 No Sound Hardware and Software Linux and Unix by )BIG"B"Affleck … setup right erego: [CODE] Uranus:~ $ ll /dev/dsp* lrwxrwxrwx 1 root root 4:20 /dev/dsp -> /dev/dsp0 crw-rw---- 1 root audio 4…:20 /dev/dsp0 crw-rw---- 1 root audio… Re: Debian Linux xserver configuration Hardware and Software Linux and Unix by TheOgre freeman - try (as root) [b]chmod 755 /dev/dsp[/b] If you want to start Debian in commandline mode, … Re: Playing multimedia files on slack 10.0 Hardware and Software Linux and Unix by TheOgre You can also try (as root): [code] # chmod 755 /dev/dsp [/code] Re: how to install nvidia drivers and soundblaster drivers on mandrake Hardware and Software Linux and Unix by nizzy1115 … and such but just not music i get the device /dev/dsp/does not exist error. i am a newbe but i… Re: sound in c++ Programming Software Development by triumphost If using Windows: `PlaySound("MyFile.wav", NULL, SND_FILENAME);` //or: `PlaySound("MyFile.wav", NULL, SND_FILENAME | SND_ASYNC);` For linux you can play files by opening `/dev/dsp` and writing the file to it. You could also use `system` and call `aplay` to play it. Re: sound in c++ Programming Software Development by rubberman Some Linux distributions don't use /dev/dsp, such as Red Hat distributions. I am trying to figure out the equivalent but no luck so far, at least pushing an mp3 to the ones I thought might work. The common audio interfaces for Linux are ALSA and PulseAudio. They are generally accessed via system API's and not direct output to a device file. Re: Dev C++ error or code problem? Programming Software Development by Fbody Dev-C++ comes with the MinGW compiler, but it's probably an old version. The Code::Blocks version is most likely newer. You'll have to mark the thread "solved" yourself. There should be a "mark as solved" button at the bottom of the listing, next to the "Reply to this Thread" button. Re: DEV-C++ equation solver Programming Software Development by pseudorandom21 Dev-C++ is no longer supported, last I checked. A better IDE will probably compile it. Re: Dev-c++ options Programming Software Development by jonsca Dev is outdated, comes with an older version of gcc, and is no longer in development. Try Code::Blocks it definitely has that feature you are looking for. Eclipse has it too, I believe. Re: Dev C++ linker errors, undefined reference Programming Software Development by vegaseat Dev-C++ creates a new makefile every time it compiles. Messing with the old one is futile, it gets overwritten. Re: Dev C++ Color Schemes Programming Software Development by Ancient Dragon Dev-C++ is free. You get what you pay for. VC++ … need help with dev cpp error Programming Software Development by SpyrosMet … me the error 18 C:\Dev-Cpp\Untitled1.cpp request for member `setStats' in `plant1', which … How do I retain output window in Dev-C++ Programming Software Development by rwkopcke Dev-C++ v 4.9.9.2 IDE When I compile and run my program as a console project, a window flashes very briefly on the screen and disappears. The compile log says compilation was successful and execution terminated. How to I keep the window (my output window?) from disappearing? Re: difference between /dev/hda to /dev/sd0 Hardware and Software Linux and Unix by Infarction /dev/hdX is a PATA drive, /dev/sdY is a serial (SATA or SCSI) drive. My USB drive also comes up as an sdY even though the HD itself is PATA.