Home
last modified time | relevance | path

Searched refs:audiofile (Results 1 – 25 of 650) sorted by relevance

12345678910>>...26

/dports/audio/py-eyed3/eyeD3-0.9.6/tests/
H A Dtest_issues.py9 def testIssue76(audiofile): argument
14 tag = audiofile.initTag(ID3_V2_4)
21 audiofile = eyed3.load(audiofile.path)
22 tag = audiofile.tag
31 audiofile = eyed3.load(audiofile.path)
32 tag = audiofile.tag
42 audiofile = eyed3.load(audiofile.path)
43 tag = audiofile.tag
53 audiofile = eyed3.load(audiofile.path)
54 tag = audiofile.tag
[all …]
H A Dtest_classic_plugin.py725 audiofile = eyeD3(audiofile,
748 audiofile = eyeD3(audiofile, ["--remove-all-lyrics"])
756 audiofile = eyeD3(audiofile,
792 audiofile = eyeD3(audiofile, ["--remove-v1"])
799 audiofile = eyeD3(audiofile, ["-2", "-a", "Integrity"])
801 audiofile = eyeD3(audiofile, ["--remove-v2"])
814 audiofile = eyeD3(audiofile, ["--remove-v1"])
831 audiofile = eyeD3(audiofile, ["--remove-v2"])
847 audiofile = eyeD3(audiofile, ["--remove-v2", "--to-v1"])
871 audiofile = eyeD3(audiofile, ["--genre=Rock"])
[all …]
/dports/audio/py-audioread/audioread-2.1.9/test/
H A Dtest_audioread.py28 def test_audioread_early_exit(audiofile):
35 with audioread.audio_open(audiofile.path) as a:
36 assert int(a.duration) == int(audiofile.duration)
37 assert a.channels == audiofile.channels
38 assert a.samplerate == audiofile.samplerate
42 def test_audioread_full(audiofile):
44 with audioread.audio_open(audiofile.path) as a:
45 assert int(a.duration) == int(audiofile.duration)
46 assert a.channels == audiofile.channels
47 assert a.samplerate == audiofile.samplerate
/dports/audio/py-eyed3/eyeD3-0.9.6/tests/id3/
H A Dtest_frames.py255 audiofile.tag = id3tag
256 audiofile.tag.save()
261 audiofile.tag = id3tag
262 audiofile.tag.save()
268 audiofile.tag.save()
275 audiofile.tag.save()
295 audiofile.tag.save()
316 audiofile.tag.save()
322 audiofile.tag.save()
328 audiofile.tag.save()
[all …]
H A Dtest_rva.py187 def test_RVAD_RVA2(audiofile): argument
189 audiofile.initTag(version=ID3_V2_3)
197 audiofile.tag.version = ID3_V2_4
211 audiofile.initTag(version=ID3_V2_4)
212 assert len(audiofile.tag.frame_set) == 0
214 if b"RVA2" not in audiofile.tag.frame_set:
215 audiofile.tag.frame_set[b"RVA2"] = frame
218 assert len(audiofile.tag.frame_set) == 1
219 assert len(audiofile.tag.frame_set[b"RVA2"]) == 4
221 audiofile.tag.version = ID3_V2_3
[all …]
/dports/multimedia/m2tstoavi/m2ts/
H A Dm2tstoavi37 set audiofile=/tmp/$filebase".ac3"
41 if ( ! -f $audiofile ) then
43 xporthdmv -h $file 1 1 1 && mv bits0001.mpa $audiofile
45 echo $audiofile already exists, not creating it.
66 -audiofile $audiofile \
71 -audiofile $audiofile \
85 rm -f ./dataDec.txt ./log.dec bits0001.mpv $videofifo $audiofile
H A Dm2tstoavi.mencoder37 set audiofile=/tmp/$filebase".ac3"
41 if ( ! -f $audiofile ) then
43 xporthdmv -h $file 1 1 1 && mv bits0001.mpa $audiofile
45 echo $audiofile already exists, not creating it.
66 -audiofile $audiofile \
71 -audiofile $audiofile \
85 rm -f ./dataDec.txt ./log.dec bits0001.mpv $videofifo $audiofile
H A Dm2tstoavi.fifo30 set audiofile=/tmp/$filebase".ac3"
34 if ( ! -f $audiofile ) then
36 xporthdmv -hn $file 1 1 1 && mv bits0001.mpa $audiofile
38 echo $audiofile already exists, not creating it.
48 -acodec copy -i $audiofile \
52 -acodec copy -i $audiofile \
60 rm -f ./dataDec.txt ./log.dec bits0001.mpv $videofifo $audiofile
H A Dm2tstoavi.nofifo30 set audiofile=/tmp/$filebase".ac3"
34 if ( ! -f $audiofile ) then
36 xporthdmv -hn $file 1 1 1 && mv bits0001.mpa $audiofile
38 echo $audiofile already exists, not creating it.
49 -acodec copy -i $audiofile \
53 -acodec copy -i $audiofile \
61 rm -f ./dataDec.txt ./log.dec bits0001.mpv $videofifo $audiofile
/dports/audio/py-fmoo-audiotools/audiotools-3.0/
H A Dtrack2cd37 (audiofile.channels() == 2) and
46 audiofile.to_pcm(),
62 def CD_reader_size(audiofile):
65 if (((audiofile.bits_per_sample() == 16) and
66 (audiofile.channels() == 2) and
67 (audiofile.sample_rate() == 44100) and
68 audiofile.lossless())):
69 return (audiofile.to_pcm(), audiofile.total_frames())
424 for audiofile in audiofiles:
437 audiofile=audiofile,
[all …]
H A Dtracksplit266 audiofile = audiofiles[0]
283 cuesheet = audiofile.get_cuesheet()
298 audiofile_size = audiofile.seconds_length()
326 sample_rate=audiofile.sample_rate(),
340 album_metadata = audiofile.get_metadata()
457 if audiofile.seekable():
474 source_audiofile=audiofile,
503 audiofile.to_pcm(),
504 audiofile.total_frames(),
540 sample_rate=audiofile.sample_rate(),
[all …]
/dports/chinese/bitchx/bitchx-1.2.1/macros/
H A Daudiofile.m416 dnl Get the cflags and libraries from the audiofile-config script
18 AC_ARG_WITH(audiofile-prefix,[ --with-audiofile-prefix=PFX
21 AC_ARG_WITH(audiofile-exec-prefix,[ --with-audiofile-exec-prefix=PFX
31 AUDIOFILE_CONFIG=$audiofile_exec_prefix/bin/audiofile-config
37 AUDIOFILE_CONFIG=$audiofile_prefix/bin/audiofile-config
41 AC_PATH_PROG(AUDIOFILE_CONFIG, audiofile-config, no)
63 dnl checks the results of audiofile-config to some extent
70 #include <audiofile.h>
131 echo "*** The audiofile-config script installed by AUDIOFILE could not be found"
134 echo "*** full path to audiofile-config."
[all …]
/dports/audio/sweep/sweep-0.9.3/
H A Dacinclude.m414 dnl Get the cflags and libraries from the audiofile-config script
16 AC_ARG_WITH(audiofile-prefix,[ --with-audiofile-prefix=PFX Prefix where AUDIOFILE is installed (…
18 AC_ARG_WITH(audiofile-exec-prefix,[ --with-audiofile-exec-prefix=PFX Exec prefix where AUDIOFILE i…
26 AUDIOFILE_CONFIG=$audiofile_exec_prefix/bin/audiofile-config
32 AUDIOFILE_CONFIG=$audiofile_prefix/bin/audiofile-config
36 AC_PATH_PROG(AUDIOFILE_CONFIG, audiofile-config, no)
58 dnl checks the results of audiofile-config to some extent
65 #include <audiofile.h>
126 echo "*** The audiofile-config script installed by AUDIOFILE could not be found"
129 echo "*** full path to audiofile-config."
[all …]
/dports/irc/bitchx/bitchx-1.2.1/macros/
H A Daudiofile.m416 dnl Get the cflags and libraries from the audiofile-config script
18 AC_ARG_WITH(audiofile-prefix,[ --with-audiofile-prefix=PFX
21 AC_ARG_WITH(audiofile-exec-prefix,[ --with-audiofile-exec-prefix=PFX
31 AUDIOFILE_CONFIG=$audiofile_exec_prefix/bin/audiofile-config
37 AUDIOFILE_CONFIG=$audiofile_prefix/bin/audiofile-config
41 AC_PATH_PROG(AUDIOFILE_CONFIG, audiofile-config, no)
63 dnl checks the results of audiofile-config to some extent
70 #include <audiofile.h>
131 echo "*** The audiofile-config script installed by AUDIOFILE could not be found"
134 echo "*** full path to audiofile-config."
[all …]
/dports/converters/mmencode/mm2.7/src/bin/
H A Daudiocompose31 set audiofile=$1
32 if (-e $audiofile && ! -z $audiofile) goto whatnext
41 (/bin/cat < $dev > $audiofile) &
43 ($RECORD_AUDIO > $audiofile) &
66 cat $audiofile > $dev
/dports/mail/metamail/mm2.7/src/bin/
H A Daudiocompose31 set audiofile=$1
32 if (-e $audiofile && ! -z $audiofile) goto whatnext
41 (/bin/cat < $dev > $audiofile) &
43 ($RECORD_AUDIO > $audiofile) &
66 cat $audiofile > $dev
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/chip/21fx/
H A D21fx.cpp67 if(audiofile.open()) { in enter()
68 if(audiofile.end()) { in enter()
70 audiofile.seek(mmio.audio_offset = 58); in enter()
73 left = audiofile.readl(2); in enter()
74 right = audiofile.readl(2); in enter()
156 if(audiofile.open()) audiofile.close(); in mmio_write()
159 if(audiofile.open(string() << basepath << "audio" << track << ".wav", file::mode_read)) { in mmio_write()
160 audiofile.seek(mmio.audio_offset = 58); //skip WAV header in mmio_write()
/dports/audio/drumgizmo/drumgizmo-0.9.19/test/
H A Ddomloadertest.cc178 for(const auto& audiofile : sample.audiofiles) in testTest() local
181 switch(audiofile.second->filechannel) in testTest()
186 audiofile.second->instrument_channel->name); in testTest()
190 audiofile.second->instrument_channel->name); in testTest()
194 audiofile.second->instrument_channel->name); in testTest()
198 audiofile.second->instrument_channel->name); in testTest()
212 for(const auto& audiofile : sample.audiofiles) in testTest() local
215 switch(audiofile.second->filechannel) in testTest()
220 audiofile.second->instrument_channel->name); in testTest()
224 audiofile.second->instrument_channel->name); in testTest()
[all …]
/dports/games/libretro-fuse/fuse-libretro-8b51f87/libspectrum/m4/
H A Daudiofile.m414 dnl Get compiler flags and libraries from the audiofile-config script.
16 AC_ARG_WITH(audiofile-prefix,[ --with-audiofile-prefix=PFX Prefix where Audio File Library is in…
18 AC_ARG_WITH(audiofile-exec-prefix,[ --with-audiofile-exec-prefix=PFX Exec prefix where Audio File …
25 AUDIOFILE_CONFIG=$audiofile_exec_prefix/bin/audiofile-config
31 AUDIOFILE_CONFIG=$audiofile_prefix/bin/audiofile-config
35 AC_PATH_PROG(AUDIOFILE_CONFIG, audiofile-config, no)
59 dnl (Also checks the sanity of the results of audiofile-config to some extent.)
66 #include <audiofile.h>
129 *** The audiofile-config script installed by the Audio File Library could
132 *** environment variable to the full path to audiofile-config.
[all …]
/dports/emulators/libspectrum/libspectrum-1.5.0/m4/
H A Daudiofile.m414 dnl Get compiler flags and libraries from the audiofile-config script.
16 AC_ARG_WITH(audiofile-prefix,[ --with-audiofile-prefix=PFX Prefix where Audio File Library is in…
18 AC_ARG_WITH(audiofile-exec-prefix,[ --with-audiofile-exec-prefix=PFX Exec prefix where Audio File …
25 AUDIOFILE_CONFIG=$audiofile_exec_prefix/bin/audiofile-config
31 AUDIOFILE_CONFIG=$audiofile_prefix/bin/audiofile-config
35 AC_PATH_PROG(AUDIOFILE_CONFIG, audiofile-config, no)
59 dnl (Also checks the sanity of the results of audiofile-config to some extent.)
66 #include <audiofile.h>
129 *** The audiofile-config script installed by the Audio File Library could
132 *** environment variable to the full path to audiofile-config.
[all …]
/dports/emulators/fuse-utils/fuse-utils-1.4.3/m4/
H A Daudiofile.m414 dnl Get compiler flags and libraries from the audiofile-config script.
16 AC_ARG_WITH(audiofile-prefix,[ --with-audiofile-prefix=PFX Prefix where Audio File Library is in…
18 AC_ARG_WITH(audiofile-exec-prefix,[ --with-audiofile-exec-prefix=PFX Exec prefix where Audio File …
25 AUDIOFILE_CONFIG=$audiofile_exec_prefix/bin/audiofile-config
31 AUDIOFILE_CONFIG=$audiofile_prefix/bin/audiofile-config
35 AC_PATH_PROG(AUDIOFILE_CONFIG, audiofile-config, no)
59 dnl (Also checks the sanity of the results of audiofile-config to some extent.)
66 #include <audiofile.h>
129 *** The audiofile-config script installed by the Audio File Library could
132 *** environment variable to the full path to audiofile-config.
[all …]
/dports/net/opennx/opennx-0.16/patches/
H A Dnxesd-autotools.patch102 diff -urwN nxesd-orig/m4/audiofile.m4 nxesd/m4/audiofile.m4
103 --- nxesd-orig/m4/audiofile.m4 1970-01-01 01:00:00.000000000 +0100
104 +++ nxesd/m4/audiofile.m4 2009-07-15 17:04:52.000000000 +0200
121 +AC_ARG_WITH(audiofile-prefix,[ --with-audiofile-prefix=PFX Prefix where Audio File Library is i…
123 +AC_ARG_WITH(audiofile-exec-prefix,[ --with-audiofile-exec-prefix=PFX Exec prefix where Audio File…
130 + AUDIOFILE_CONFIG=$audiofile_exec_prefix/bin/audiofile-config
136 + AUDIOFILE_CONFIG=$audiofile_prefix/bin/audiofile-config
140 + AC_PATH_PROG(AUDIOFILE_CONFIG, audiofile-config, no)
171 +#include <audiofile.h>
237 +*** environment variable to the full path to audiofile-config.
[all …]
/dports/audio/libaudiofile/audiofile-0.3.6/
H A DMakefile.am12 audiofile.spec.in \
13 audiofile.pc.in \
14 audiofile-uninstalled.pc.in
17 pkgconfig_DATA = audiofile.pc
19 dist-hook: audiofile.spec
20 cp audiofile.spec $(distdir)
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/fileio/test/
H A DEncodingTest.h135 QFETCH(QString, audiofile); in readAudio()
137 QStringList fileAndExt = audiofile.split("."); in readAudio()
141 audiofile)) { in readAudio()
154 (encodingDir + "/" + audiofile, params); in readAudio()
171 QFETCH(QString, audiofile); in readMetadata()
173 QStringList fileAndExt = audiofile.split("."); in readMetadata()
180 (encodingDir + "/" + audiofile, params); in readMetadata()
259 QFETCH(QString, audiofile); in readWriteAudio()
261 QStringList fileAndExt = audiofile.split("."); in readWriteAudio()
272 (encodingDir + "/" + audiofile, params); in readWriteAudio()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/bqaudiostream/test/
H A DTestAudioStreamRead.h61 QFETCH(QString, audiofile); in read()
63 cerr << "\n\n*** audiofile = " << audiofile.toLocal8Bit().data() << "\n\n" << endl; in read()
69 string filename = (audioDir + "/" + audiofile).toLocal8Bit().data(); in read()
80 QStringList fileAndExt = audiofile.split("."); in read()
185 …cerr << "ERROR: for audiofile " << audiofile.toLocal8Bit().data() << ": mean diff = " << meandiff … in read()
189 …cerr << "ERROR: for audiofile " << audiofile.toLocal8Bit().data() << ": max diff = " << maxdiff <<… in read()
198 QSKIP(strOf(QString("File format for \"%1\" not supported, skipping").arg(audiofile))); in read()
200 …QSKIP(strOf(QString("File format for \"%1\" not supported, skipping").arg(audiofile)), SkipSingle); in read()

12345678910>>...26