Are you playing back through the Behringer?remccolgan wrote: Playback works fine
Search found 59476 matches
- Thu May 31, 2018 3:03 pm
- Forum: Windows
- Topic: Error Opening Sound Device
- Replies: 4
- Views: 202
Re: Error Opening Sound Device
- Thu May 31, 2018 1:21 pm
- Forum: Windows
- Topic: Error Opening Sound Device
- Replies: 4
- Views: 202
Re: Error Opening Sound Device
See if this fixes it: viewtopic.php?f=46&t=100117
- Thu May 31, 2018 1:13 pm
- Forum: Audacity in Education
- Topic: i need help fixing a corrupted file which doesn't plays
- Replies: 7
- Views: 1655
Re: i need help fixing a corrupted file which doesn't plays
According to the file header (viewed in a hex editor), it is an MP4 file, not MP3.
The only audio data that I can find in the file is a brief "chirp" that lasts for about half a second.
The only audio data that I can find in the file is a brief "chirp" that lasts for about half a second.
- Thu May 31, 2018 10:03 am
- Forum: Windows
- Topic: FLAC larger than WAV?
- Replies: 10
- Views: 621
Re: FLAC larger than WAV?
There is a page in the manual that provides information about a range of audio formats that are supported by Audacity: https://manual.audacityteam.org/man/exp ... acity.html
- Thu May 31, 2018 9:54 am
- Forum: Windows
- Topic: Condenser Mic Recording Issues On Win 10 With Audacity
- Replies: 6
- Views: 1155
Re: Condenser Mic Recording Issues On Win 10 With Audacity
Is this it?PrideOfElites wrote:It's from an Indian brand called "Wright Sense"
If so, then it is probably a re-badged BM-800, which get very mixed reviews.

- Thu May 31, 2018 7:38 am
- Forum: Windows
- Topic: Refrence to invalid character number at line: 3751
- Replies: 8
- Views: 897
Re: Refrence to invalid character number at line: 3751
I can't suggest anything without knowing precisely what the error message said (an exact quote of the error message).
- Wed May 30, 2018 11:47 pm
- Forum: GNU/Linux
- Topic: import .wav file as raw
- Replies: 7
- Views: 1294
Re: import .wav file as raw
and the Microsoft RIFF format specification here: http://soundfile.sapp.org/doc/WaveFormat/
- Wed May 30, 2018 11:44 pm
- Forum: GNU/Linux
- Topic: import .wav file as raw
- Replies: 7
- Views: 1294
Re: import .wav file as raw
Some information about that: https://stackoverflow.com/questions/199 ... yte-headersteve wrote:(or use a Hex Editor to examine how big the header actually is).
- Wed May 30, 2018 11:41 pm
- Forum: GNU/Linux
- Topic: import .wav file as raw
- Replies: 7
- Views: 1294
Re: import .wav file as raw
A standard Microsoft PCM WAV files has 44 bytes "header" before the start of the data. Note that not all WAV files have standard Microsoft PCM WAV headers. It's not uncommon for valid WAV files to have headers larger than 44 bytes, so you may need to experiment, (or use a Hex Editor to ex...
- Wed May 30, 2018 11:34 pm
- Forum: GNU/Linux
- Topic: import .wav file as raw
- Replies: 7
- Views: 1294
Re: import .wav file as raw
Import RAW does not work for 24-bit files (it's a bug). Cancel that. Looking closer, it's not a bug. The problem is that the file you are working with is not a true RAW file. A standard Microsoft PCM WAV files has 44 bytes "header" before the start of the data. Each sample of a 24-bit PCM...